Merge pull request #1119 from yundi-fu/fu/script

contribution, fixed wrong npm script name in Contributing doc 🤓
This commit is contained in:
Libor M 2020-06-19 07:39:34 +02:00 committed by GitHub
commit 386cebb9ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ To install the project you need to have `node`
2. `npm install` to install dependencies
3. `npm run build` to build the library
4. `npm run demo` to run the demo (check demo/out.pdf)
5. `npm run demo-browser` to run the browser demo (check demo/browser.html)
5. `npm run browser-demo` to run the browser demo (check demo/browser.html)
> Tip: Keep your `master` branch pointing at the original repository and make
> pull requests from branches on your fork. To do this, run: