Skip to content

Commit 7a95b0b

Browse files
authored
Removed periods from comments in README.md (#27)
1 parent bce044d commit 7a95b0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Both modules provide the `best_matching_locale` function.
1717
To use `locale-match` in your project, add it to your `Cargo.toml`:
1818

1919
```toml
20-
# Both modules are included by default.
20+
# Both modules are included by default
2121
locale-match = "x.y.z"
2222

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

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

0 commit comments

Comments
 (0)