From 8f1c6b59bb1b8064c1cc9c2c13faae34a451b4ec Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sat, 6 Jun 2020 14:48:15 +0200 Subject: [PATCH] Update README.md nits --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e81bfb3..acc53b0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ipnetwork === -This is a library to work with IPv4 and IPv6 CIDRs in rust +This is a library to work with IPv4 and IPv6 CIDRs in Rust [![Build Status](https://travis-ci.org/achanda/ipnetwork.svg?branch=master)](https://travis-ci.org/achanda/ipnetwork) [![Merit Badge](http://meritbadge.herokuapp.com/ipnetwork)](https://crates.io/crates/ipnetwork) @@ -20,7 +20,7 @@ cargo test ``` You can also add `ipnetwork` as a dependency to your project's `Cargo.toml`: -``` +```toml [dependencies] ipnetwork = "*" ```