Skip to content

Commit 398abc2

Browse files
authored
Update README.md
1 parent caa7f75 commit 398abc2

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
@@ -12,7 +12,7 @@ const parser = new SPEG();
1212
1313
parser.parse_grammar('GRAMMAR test a->"A";);
1414
const ast = parser.parse_text('A');
15-
console.log(ast);
15+
console.log(JSON.strinfigy(ast, null 4));
1616
```
1717

1818
# Grammar example

0 commit comments

Comments
 (0)