diff --git a/examples/README.md b/examples/README.md index 8f0989f6b6..05d0c59575 100644 --- a/examples/README.md +++ b/examples/README.md @@ -5,5 +5,5 @@ In order to try out the examples, you need to follow these steps: 1. Clone this repo 1. Run `npm -g install webpack`, if you don't have it installed already 1. Run `npm install` from the repo's root directory -1. Run `./script/build-examples` from the repo's root directory +1. Run `./scripts/build-examples` from the repo's root directory 1. Point your browser to the `index.html` location in this directory