diff --git a/README.md b/README.md index 65e9264..b07c4af 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,6 @@ cargo test You can also add `ipnetwork` as a dependency to your project's `Cargo.toml`: ``` -[dependencies.ipnetwork] +[dependencies] ipnetwork = "*" ```