From b0fe26597c81886d8ccd58d8a96a42e088d69559 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Tue, 22 Jul 2025 22:08:16 +0200 Subject: [PATCH] docs: use public packages --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] } ``` ---