Skip to content

Commit 8016c1e

Browse files
author
=
committed
fix path for scripts directory in README.md
1 parent c96e34d commit 8016c1e

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)