about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index fa9d383..6c2dbaa 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,7 @@
 # gifed
 Gifed is a **GIF** **e**ncoding and **d**ecoding library.
 
-This crate is still pretty rough. I hope to make it feature complete 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.
+This crate is still pretty rough. I hope to make it feature complete 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.
 
 ### Gifed TODO
 - [x] Writing GIF87a
@@ -36,5 +34,8 @@ always will be, one of the main goals of this crate.
 ## gifprobe
 Similar to FFMPEG's ffprobe, gifprobe will print details of a gif to stdout.
 
+## giftool
+A CLI tool for modifying gif files.
+
 # License
-gided and gifprobe are licensed under Creative Commons Zero 1.0; they're in the public domain. Attribution is appreciated, but not required.
\ No newline at end of file
+gifed, gifprobe, and giftool are licensed under Creative Commons Zero 1.0; they're in the public domain. Attribution is appreciated, but not required.
\ No newline at end of file