From d0b3c0b42f00af7395014ce15a609d8d877e82b5 Mon Sep 17 00:00:00 2001 From: salam Date: Mon, 9 Dec 2024 08:45:40 +0900 Subject: [PATCH] update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d28b542..8637143 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ Add the following to your `Cargo.toml`: ```toml [dependencies] -binary_image = "1" +# replace "*" with the most recent version of binary_image +binary_image = "*" ``` ## License