From ed5797a753c5764efeb2849527332294d1e95f21 Mon Sep 17 00:00:00 2001 From: Paul Tibbetts Date: Sun, 4 Sep 2016 22:49:09 +0100 Subject: [PATCH] fixes 2 spelling mistakes and rewords a sentence in the readme (#1709) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6121aa6..f9d572f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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": {