Skip to content

Commit

Permalink
Fix markdown lints
Browse files Browse the repository at this point in the history
  • Loading branch information
conways-glider committed Jan 27, 2024
1 parent 2667dc4 commit b5c2e84
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

This is an Identicon implementation in rust.

## Example:
## Example

```rust
use identicon_rs::error::IdenticonError;
use identicon_rs::Identicon;
Expand Down Expand Up @@ -34,10 +35,10 @@ The repository contains an example webservice that you can run with `cargo run -

Licensed under either of

* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)

at your option.

Expand Down

0 comments on commit b5c2e84

Please sign in to comment.