Skip to content

Commit

Permalink
Typo fixes in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubOnderka committed Apr 23, 2019
1 parent ede91f3 commit 3a5e771
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`:
ip_network = "0.3"
```

this to your crate root (necessary just when your project is Rust 2015 edition):
this to your crate root (not necessary when your project is Rust 2018 edition):

```rust
extern crate ip_network;
Expand Down Expand Up @@ -80,8 +80,8 @@ ip_network = { version = "0.3", features = ["postgres"] }

## Comparison with `ipnetwork` crate

Similar functionality also provide [ipnetwork](https://github.com/achanda/ipnetwork) crate.
This table show differences between these two crates:
Similar functionality also provides [ipnetwork](https://github.com/achanda/ipnetwork) crate.
This table shows the differences between these two crates:


| Feature | ip_network | ipnetwork |
Expand Down

0 comments on commit 3a5e771

Please sign in to comment.