Skip to content

Commit

Permalink
chore(readme): update
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye64 committed Mar 31, 2019
1 parent 413d6e4 commit c600f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ Given markdown that looks like this:
The TOC data looks like this:
```
[
{id:`h2-Heading`,title:`h2 Heading`},
{id:`h3-Heading`,title:`h3 Heading`, sub: true}
{id:`h2-Heading`,title:`h2 Heading`, level: 2},
{id:`h3-Heading`,title:`h3 Heading`, level: 3}
]
```

Expand Down

0 comments on commit c600f7d

Please sign in to comment.