Skip to content

Commit 41ece67

Browse files
Merge pull request CodecrumbsIO#23 from 0xflotus/patch-1
fixed yarn command
2 parents 512c3ae + 268837a commit 41ece67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Check out the example of [**standalone version running here**](https://codecrumb
3434
### Install and run
3535
>Pre-condition: update/install `NodeJS` version to be >= *8.11.1*
3636
37-
1) Install ```codecrumbs``` globally (```yarn gloabl add codecrumbs```)
37+
1) Install ```codecrumbs``` globally (```yarn global add codecrumbs```)
3838
2) Run ```codecrumbs -d project-src-dir -e project-src-dir/index.js```. Change parameters to match your project:```-d``` is *directory with source code*, ```-e``` is *entry point file* .
3939
3) Go to [http://localhost:2018](http://localhost:2018/#) in the browser to check it out.
4040

0 commit comments

Comments
 (0)