Skip to content

Commit

Permalink
fixes 2 spelling mistakes and rewords a sentence in the readme (roots…
Browse files Browse the repository at this point in the history
  • Loading branch information
paultibbetts authored and retlehs committed Sep 4, 2016
1 parent 6394f81 commit ed5797a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ You now have all the necessary dependencies to run the build process.
### Available build commands

* `npm run build` — Compile and optimize the files in your assets directory
* `npm run watch` — Compile assets when file changes are made, start BrowerSync session
* `npm run watch` — Compile assets when file changes are made, start BrowserSync session
* `npm run build:production` — Compile assets for production

### Using BrowserSync
Expand All @@ -118,9 +118,9 @@ For example, if your local development URL is `https://project-name.dev` you wou
...
```

If you are not using [Bedrock](https://roots.io/bedrock/), you should also update `publicPatch` to reflect your folder strutcture.
If you are not using [Bedrock](https://roots.io/bedrock/), you should also update `publicPatch` to reflect your folder structure.

If your theme is placed in folder called `sage` in a standard wordpress setup it should look like this:
If your theme is placed in a folder called `sage` then in a standard wordpress setup it should look like this:
```json
...
"output": {
Expand Down

0 comments on commit ed5797a

Please sign in to comment.