about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorGenevieve Alfirevic <gen@nyble.dev>2022-02-14 14:26:02 -0600
committerGenevieve Alfirevic <gen@nyble.dev>2022-02-14 14:26:02 -0600
commitddbde4e47eab2f7c5d6a8518eafaa97cd81bc46c (patch)
treecba1ab7336f7eba78099085ba01e01b004595afb /README.md
parent8e57ef9b5042acb6becf4e6e2658505b84fb9974 (diff)
downloadgifed-ddbde4e47eab2f7c5d6a8518eafaa97cd81bc46c.tar.gz
gifed-ddbde4e47eab2f7c5d6a8518eafaa97cd81bc46c.zip
Change percentage of API estimation for read
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 614120d..fa9d383 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ always will be, one of the main goals of this crate.
 - [x] Read GIF87a
 - [x] Read GIF89a
 - [ ] Write API (~75%)
-- [ ] Read API (~25%)
+- [ ] Read API (~75%)
 - [ ] Feature to allow using the [weezl][weezl-crates] crate for LZW compression instead of the built-in
 - [ ] Feature to allow using the [rgb][rgb-crates] crate for the color type.
 - [ ] Well written and easy to understand docs! `bitvec` quality, but who can match that?