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 = "*" ```