diff --git a/README.md b/README.md index 39c4140..dae4f80 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ is a Redis client library for Carp. ## Usage -TODO +This package contains functions to convert to and from the Redis protocol, +and handling Redis connections and commands. The documentation lives +[here](https://veitheller.de/redis). You can also look at the examples in the [`examples`](./examples) directory.