Skip to content

Commit

Permalink
Correct formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
exa04 committed May 29, 2024
1 parent 015aa42 commit f6026be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ it to your `Cargo.toml`.
+ cyma = { git = "https://github.com/223230/cyma" }
```

Then, you can use Cyma where you need it, by using ```cyma::prelude::*```. This
Then, you can use Cyma where you need it, by using `cyma::prelude::*`. This
will import the most important parts of Cyma.

0 comments on commit f6026be

Please sign in to comment.