Skip to content

Commit

Permalink
docs(README): update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Mar 9, 2020
1 parent 3defde3 commit fb94cd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ Following is the list of Nodes returned by the tokenizer.
```js
{
type: 'raw',
filename: 'eval.edge',
line: number,
value: string
}
Expand All @@ -165,6 +166,7 @@ Following is the list of Nodes returned by the tokenizer.
```js
{
type: 'comment',
filename: 'eval.edge',
line: number,
value: string
}
Expand Down

0 comments on commit fb94cd9

Please sign in to comment.