diff --git a/README.md b/README.md index 88ae6a8..725c5e8 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,14 @@ ```toml [dependencies] -nodrop = { git = "https://github.com/kjuulh/nodrop" } +nodrop = "*" ``` ### Enable `notmad` integration (optional) ```toml [dependencies] -nodrop = { git = "https://github.com/kjuulh/nodrop", features = ["notmad"] } +nodrop = { version = "*", features = ["notmad"] } ``` ---