about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4b20d98..e6bb540 100644
--- a/README.md
+++ b/README.md
@@ -3,15 +3,16 @@ Gifed is a **GIF** **e**ncoding and **d**ecoding library.
 
 At current, half of that statement is a lie and this crate is incredibly rough. This library can
 only *write* gifs. The project is in its infancy but I hope to make it feature complete and
-intuitive to use while wtill allowing fine grained control over the file itself, which has been and 
+intuitive to use while still allowing fine grained control over the file itself, which has been and 
 always will be, one of the main goals of this crate.
 
-### Features
+### TODO
 - [x] Writing GIF87a
 - [ ] Writing GIF89a
 - [ ] Automatically select the lowest version possible when writing
 - [ ] Read GIF87a
 - [ ] Read GIF89a
 - [ ] Feature to allow using [weezl][weezl-crates] for LZW compression instead of the built-in
+- [ ] Well written and easy to understand docs! (Can never truly be finished, but "good enough")
 
 [weezl-crates]: https://crates.io/crates/weezl
\ No newline at end of file