Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 7afeb3c

Browse files
committed
Remove reference to demo source in README.
1 parent 41a7be8 commit 7afeb3c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ npm install sqlite-parser
2020
## Demo
2121

2222
There is an interactive demo of the parser hosted
23-
[at this location](http://codeschool.github.io/sqlite-parser/demo/). The source
24-
for the interactive demo exists in the `demo/` folder of this repository. You
25-
can serve up a LiveReload version of the demo on your local machine by running
26-
`grunt live`.
23+
[at this location](http://codeschool.github.io/sqlite-parser/demo/). You
24+
can run a copy of the demo on your local machine by cloning this repository
25+
and then using the command `grunt live`.
2726

2827
## Usage
2928

0 commit comments

Comments
 (0)