Skip to content

Commit

Permalink
Removed periods from comments in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pasabanov committed Jan 31, 2025
1 parent bce044d commit 38b49f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Both modules provide the `best_matching_locale` function.
To use `locale-match` in your project, add it to your `Cargo.toml`:

```toml
# Both modules are included by default.
# Both modules are included by default
locale-match = "x.y.z"

# Include only the `bcp47` module.
# Include only the `bcp47` module
locale-match = { version = "x.y.z", default-features = false, features = ["bcp47"] }

# Include only the `posix` module.
# Include only the `posix` module
locale-match = { version = "x.y.z", default-features = false, features = ["posix"] }
```

Expand Down

0 comments on commit 38b49f9

Please sign in to comment.