We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce044d commit 7a95b0bCopy full SHA for 7a95b0b
README.md
@@ -17,13 +17,13 @@ Both modules provide the `best_matching_locale` function.
17
To use `locale-match` in your project, add it to your `Cargo.toml`:
18
19
```toml
20
-# Both modules are included by default.
+# Both modules are included by default
21
locale-match = "x.y.z"
22
23
-# Include only the `bcp47` module.
+# Include only the `bcp47` module
24
locale-match = { version = "x.y.z", default-features = false, features = ["bcp47"] }
25
26
-# Include only the `posix` module.
+# Include only the `posix` module
27
locale-match = { version = "x.y.z", default-features = false, features = ["posix"] }
28
```
29
0 commit comments