From 7abd7a81d619830847ab7db6e1f20e267786cc4d Mon Sep 17 00:00:00 2001 From: yundi <2666544+yd-fu@users.noreply.github.com> Date: Fri, 19 Jun 2020 15:22:11 +1000 Subject: [PATCH] =?UTF-8?q?contribution,=20fixed=20wrong=20npm=20script=20?= =?UTF-8?q?name=20=F0=9F=A4=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3a495df..c77d958 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: