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

Commit 5c81201

Browse files
committed
Fix interactive demo link in README.md.
1 parent 6765e59 commit 5c81201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This JavaScript library parses SQLite queries to generate
99
_abstract syntax tree_ (AST) representations of the parsed statements.
1010

1111
Try out the
12-
[interactive demo]((http://codeschool.github.io/sqlite-parser/demo/))
12+
[interactive demo](http://codeschool.github.io/sqlite-parser/demo/)
1313
to see it in action.
1414

1515
**This parser is written against the [SQLite 3 spec](https://www.sqlite.org/lang.html).**

0 commit comments

Comments
 (0)