Skip to content

Commit

Permalink
Also show patroon errors in TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
bas080 committed Oct 20, 2021
1 parent 6810218 commit dfbf191
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The README.md is generated using [markatzea][6].

```bash bash
markatzea README.mz > README.md
npx markdown-toc --maxdepth 3 -i README.md
npx markdown-toc --maxdepth 4 -i README.md
```

[1]:https://en.wikipedia.org/wiki/Tree_traversal
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.mz
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The README.md is generated using [markatzea][6].

```bash bash
markatzea README.mz > README.md
npx markdown-toc --maxdepth 3 -i README.md
npx markdown-toc --maxdepth 4 -i README.md
```

[1]:https://en.wikipedia.org/wiki/Tree_traversal
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ Pattern matching in JavaScript without additional syntax.
* [Predicates](#predicates)
* [Custom Helpers](#custom-helpers)
* [Errors](#errors)
+ [NoMatchError](#nomatcherror)
+ [UnevenArgumentCountError](#unevenargumentcounterror)
+ [PatroonError](#patroonerror)
- [Tests](#tests)
- [Contribute](#contribute)

Expand Down Expand Up @@ -464,7 +467,7 @@ npx nyc check-coverage
total: 5
passing: 5
duration: 7ms
duration: 1.1s
```

Expand Down

0 comments on commit dfbf191

Please sign in to comment.