Update README.md

nits
This commit is contained in:
Tshepang Lekhonkhobe
2020-06-06 14:48:15 +02:00
committed by GitHub
parent a9f4547c82
commit 8f1c6b59bb

View File

@ -1,6 +1,6 @@
ipnetwork 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) [![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) [![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`: You can also add `ipnetwork` as a dependency to your project's `Cargo.toml`:
``` ```toml
[dependencies] [dependencies]
ipnetwork = "*" ipnetwork = "*"
``` ```