Skip to content

Commit

Permalink
docs: fix incorrect cargo command (make docs-generate)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Jul 31, 2023
1 parent 367e29e commit 0f294af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ To generate the documentation, just run:

```sh
cargo make schema
cargo make generate_docs
cargo make docs-generate
```

You'll find the generated documentation under the `docs` folder.
Expand Down

0 comments on commit 0f294af

Please sign in to comment.