Skip to content

Commit

Permalink
update demo doc
Browse files Browse the repository at this point in the history
  • Loading branch information
spencermountain committed Jul 25, 2018
1 parent de152cb commit 8a8cf4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
5 changes: 3 additions & 2 deletions demo/README.md
Expand Up @@ -11,6 +11,7 @@ you can view them running at:
or to run them locally,
```bash
git clone https://github.com/nlp-compromise/compromise.git
npm install
npm run demo
cd demo
python -m SimpleHTTPServer
visit http://localhost:8000/
```
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -21,7 +21,6 @@
"pack": "node ./scripts/pack.js",
"prepublishOnly": "node ./scripts/prepublish",
"postpublish": "node ./scripts/postpublish",
"demo": "node ./scripts/demo.js",
"watch": "amble ./scratch.js",
"filesize": "node ./scripts/lib/filesize.js",
"coverage": "node ./scripts/postpublish/coverage.js",
Expand Down
6 changes: 0 additions & 6 deletions scripts/demo.js

This file was deleted.

0 comments on commit 8a8cf4e

Please sign in to comment.