From d44d021e44338be298e5ca52a2075e32ed03e76e Mon Sep 17 00:00:00 2001 From: Conor Date: Thu, 27 Jan 2022 04:45:21 +1000 Subject: [PATCH] readme fixes (#32) Fixes minor issues in README.md. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c78f07..c084aac 100644 --- a/README.md +++ b/README.md @@ -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 @@ -31,7 +31,7 @@ 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 @@ -39,7 +39,7 @@ fn main () { ### 0.8.1 -* Fixed wrong link to documentation in Cargo.toml. +* Fixed wrong link to documentation in `Cargo.toml`. ### 0.8.0