Added .load to documentation; removed express from dev dependencies

This commit is contained in:
Alexander Cerutti
2018-11-17 23:18:53 +01:00
parent b68dfe0d80
commit 2e344e4367
4 changed files with 208 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ Express.js **was not** inserted as dipendency.
```sh
git clone https://github.com/alexandercerutti/passkit-generator.git;
npm install;
npm install express;
npm install -g express;
cd examples;
node <the-example-you-want-to-execute>.js
```