Skip to content

Commit 8950e04

Browse files
committed
Merge pull request #321 from nobleach/master
fix path for scripts directory in README.md
2 parents 72e22db + 8016c1e commit 8950e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ In order to try out the examples, you need to follow these steps:
55
1. Clone this repo
66
1. Run `npm -g install webpack`, if you don't have it installed already
77
1. Run `npm install` from the repo's root directory
8-
1. Run `./script/build-examples` from the repo's root directory
8+
1. Run `./scripts/build-examples` from the repo's root directory
99
1. Point your browser to the `index.html` location in this directory

0 commit comments

Comments
 (0)