diff --git a/README.md b/README.md
index dab48a0..a62b88e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
# rand-unique
+[](https://crates.io/crates/rand-unique) [](https://github.com/hoxxep/rand-unique) []() [](https://github.com/hoxxep/rand-unique)
+
+
A no-std crate for generating sequences of unique random numbers in O(1) time and space. [`RandomSequence`](https://docs.rs/rand-unique/latest/rand_unique/struct.RandomSequence.html) is a non-repeating pseudo-random sequence generator, directly index-able for the nth number in the sequence.
Not cryptographically secure. No-std compatible.