mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-14 00:12:01 +00:00
Update README.md
nits
This commit is contained in:

committed by
GitHub

parent
a9f4547c82
commit
8f1c6b59bb
@ -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
|
||||
|
||||
[](https://travis-ci.org/achanda/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 = "*"
|
||||
```
|
||||
|
Reference in New Issue
Block a user