aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2019-02-11 10:26:52 -0700
committerAdelyn Breelove <[email protected]>2019-02-11 10:26:52 -0700
commite1cc8d1b261b68c8ace5c1ebdbe81a74b4739dc0 (patch)
tree8a6c8cc630c089bf3b33a670c7560dbd624957d1
parentMerge branch 'add_cache' into 'master' (diff)
downloaddisml-e1cc8d1b261b68c8ace5c1ebdbe81a74b4739dc0.tar.xz
disml-e1cc8d1b261b68c8ace5c1ebdbe81a74b4739dc0.zip
Update README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 396c77c..cee3d54 100644
--- a/README.md
+++ b/README.md
@@ -14,11 +14,11 @@ Latest changes are on master
* Event dispatch to a user-defined consumer that can be changed at runtime
* Automatic reconnection of dropped gateway connections, using RESUME when possible
* Automatic rate limit handling for REST requests
+* Cache
#### What is not implemented?
* Abstractions for Discord Objects (**Mostly Completed**)
* Voice
-* Cache
## Getting started
In order to get started you'll first need to install OCaml (of course). I recommend using OPAM and Dune as a package manager and build tool respectively.