From 82a9a5ea21c6a28e31b23fa9fc36b4846e0361ad Mon Sep 17 00:00:00 2001 From: Christoph Grabo Date: Sun, 26 Jun 2022 14:56:42 +0200 Subject: [PATCH] Fix typo in features list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfcfd64..ac6a5ca 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Optional features: ```toml [dependencies.flexstr] version = "0.9" -features = ["fast_format, fp_convert", "int_convert", "serde"] +features = ["fast_format", "fp_convert", "int_convert", "serde"] ``` ## How Does It Work?