From b1b96e3cede97004b0380d225f5f15700c8a658a Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Fri, 22 Mar 2024 17:55:12 +0100 Subject: [PATCH] readme: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecb7d64..273d5cc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To build with the `colorize` feature: cargo build --all-features ``` -If you want to build the lib in release mode, add the `--release` optio +If you want to build the lib in release mode, add the `--release` option to the commands above. ## License