Skip to content

Commit 744e555

Browse files
author
Nicolai Parlog
committed
Fix mistakes in README
1 parent 96ca606 commit 744e555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ On Windows, you may have to run `git-setup.sh` (these are all Git commands) and
4444

4545
## Site-Building
4646

47-
After everything has been setup, running `gradle buildSite` builds the site and `gradle buildAll` includes each project's Javadoc.
48-
With the correct credentials, `gradle pushSite` pushes the changes in `site-source` to the tracked remote branch.
47+
After everything has been set up, running `gradle buildSite` builds the site and `gradle buildAll` includes each project's Javadoc.
48+
With the correct credentials, `gradle pushSite` pushes the changes in `site` to the tracked remote branch.
4949

5050
For local experimentation with the site layout, it makes sense to first run `gradle buildSite` and then manually launch Jekyll in `site-source` with `bundle exec jekyll serve`.
5151
Note the `serve`, which launches a server on localhost (Jekyll messages list the port) and also watches the `site-source` directory for further changes.

0 commit comments

Comments
 (0)