diff --git a/.gitignore b/.gitignore index edab9ed..484a4c6 100644 --- a/.gitignore +++ b/.gitignore @@ -74,4 +74,8 @@ typings/ .serverless # Prebuilds generated by prebuild -prebuilds/ \ No newline at end of file +prebuilds/ + + +example/node_modules/ +example/build/ diff --git a/docs/README.hbs b/docs/README.hbs index fc2b267..e6bf3be 100644 --- a/docs/README.hbs +++ b/docs/README.hbs @@ -43,9 +43,10 @@ Example application  -An example application is located in the `/example/` dir, start it by running: +An example application is located in the `/example/` dir, start it by entering that directory and running: ```sh +$ npm install $ npm run example ``` diff --git a/example/index.html b/example/index.html index 65b262e..c47b760 100644 --- a/example/index.html +++ b/example/index.html @@ -62,10 +62,6 @@