From a1e96f999dff2f56af72296b264286119607a7d4 Mon Sep 17 00:00:00 2001 From: Anicet Ebou Date: Mon, 5 Aug 2024 14:40:34 +0000 Subject: [PATCH] docs: update readme --- src/main.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main.rs b/src/main.rs index a9b486a..510aef0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,8 +1,3 @@ -// Working on v0.5.0 -// Changed the --partial to --word -// Need to verify that it works as expected -// See other way to improve the package - mod api; mod cli; mod cmd;