Skip to content

Commit

Permalink
Make usage list a TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Aug 13, 2023
1 parent f9a699f commit 28d3998
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions guides/usage.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Usage

There are 3 different ways of using this library:
- ExUnit assertions,
- mix tasks for your static assets,
- or generic function calls for all other needs.
- [ExUnit assertions](#exunit-assertions),
- [mix tasks for your static assets](#mix-tasks),
- or [generic function calls for all other needs](#other-needs).

## ExUnit assertions

Expand Down Expand Up @@ -77,7 +77,7 @@ If you have static HTML, CSS, or SVG files in your project, you might want to va
- `mix vnu.validate.html`
- `mix vnu.validate.css`
- `mix vnu.validate.svg`
-

### Example

```bash
Expand Down

0 comments on commit 28d3998

Please sign in to comment.