From 8016c1e2e14da24256741c1e3007cdd4b7deeae2 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sat, 27 Sep 2014 08:25:08 -0600 Subject: [PATCH] fix path for scripts directory in README.md --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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