]> git.lizzy.rs Git - enumset.git/blobdiff - README.md
Fix nightly macros.
[enumset.git] / README.md
index 5cbc59c391e2307a85283bcf5f74ae16817d5609..f75f68db166ad526d4dcb9932620b8f5602c9d42 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 A library for defining enums that can be used in compact bit sets.
 
-It supports enums up to 64 variants on stable Rust, and up to 128 variants on nightly Rust with the `i128` feature enabled, and has a macro to use these sets in constants.
+It supports enums up to 64 variants on stable Rust, and up to 128 variants on nightly Rust with the `nightly` feature enabled, and has a macro to use these sets in constants.
 
-See the documentation for more information.
+[See the documentation for more information.](https://docs.rs/enumset)
 
 This library is dual licenced under the MIT and Apache 2.0 licenses.