Skip to content

Commit 2e06223

Browse files
committed
Update README
1 parent 45175bd commit 2e06223

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,15 @@ By default, doctoc puts the TOC at the top of the file. To place it somewhere el
3737
<!-- END doctoc -->
3838
```
3939

40-
Custom `title` and `depth` options are also accepted
40+
Custom `title`, `depth`, `mode` and `notitle` options are also accepted
4141

4242
```
4343
// ...
4444
.pipe(toc({
4545
title: "Table des matières",
46-
depth: 3
46+
depth: 3,
47+
mode: "bitbucket.org",
48+
notitle: true
4749
}))
4850
// ...
4951
```

0 commit comments

Comments
 (0)