Skip to content

Commit

Permalink
readme fixes (#32)
Browse files Browse the repository at this point in the history
Fixes minor issues in README.md.
  • Loading branch information
conorbros authored Jan 26, 2022
1 parent 96ba7c3 commit d44d021
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 @@ -5,7 +5,7 @@
# Multimap implementation for Rust

This is a multimap implementation for Rust. Implemented as a thin wrapper around
std::collections::HashMap.
`std::collections::HashMap`.

## Example

Expand All @@ -31,15 +31,15 @@ fn main () {

### 0.8.3

* multimap! marco fixes; allow trailing comma, naming hygiene and create with enough capacity for all elements.
* `multimap!` macro fixes; allow trailing comma, naming hygiene and create with enough capacity for all elements.

### 0.8.2

* Added ```#![forbid(unsafe_code)]```.

### 0.8.1

* Fixed wrong link to documentation in Cargo.toml.
* Fixed wrong link to documentation in `Cargo.toml`.

### 0.8.0

Expand Down

0 comments on commit d44d021

Please sign in to comment.