From 6ef3541f604702a56a143518f60df21e543dd2e7 Mon Sep 17 00:00:00 2001
From: Guillaume-Helbecque <helbecque.guillaume@gmail.com>
Date: Wed, 16 Apr 2025 13:48:48 +0200
Subject: [PATCH] tiny fix

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5bff8ae..c8d5079 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ Problem-specific command-line options:
 
 Unstable command-line options:
 - **`--perc`**: percentage of the total size of the victim's pool to steal in WS (only in CUDA-based multi-GPU implementation)
-  - any real number between `0` and `1` (`0.5` by default)
+  - any real number between `0.0` and `1.0` (`0.5` by default)
 
 ### Examples
 
-- 
GitLab