Skip to content

Commit

Permalink
fix: wrong heading
Browse files Browse the repository at this point in the history
  • Loading branch information
topheman committed Oct 24, 2024
1 parent cc5e668 commit 584c7c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ You can also propose a PR by hand.

The html version can be generated with [`cargo-mdbook`](https://crates.io/crates/mdbook).

# Install
### Install

```sh
cargo install mdbook
```

# Generate
### Generate

```sh
mdbook build .
# generated in ./book
```

# Watch mode
### Watch mode

```sh
mdbook watch -o .
Expand Down

0 comments on commit 584c7c1

Please sign in to comment.