Skip to content

Commit

Permalink
Merge pull request #10 from asaaki/patch-1
Browse files Browse the repository at this point in the history
Fix typo in features list
  • Loading branch information
nu11ptr authored Jan 29, 2024
2 parents c1969df + 82a9a5e commit fe86d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit fe86d0a

Please sign in to comment.