about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGenevieve Alfirevic <gen@nyble.dev>2022-04-05 00:58:40 -0500
committerGenevieve Alfirevic <gen@nyble.dev>2022-04-05 00:58:40 -0500
commit4849e9cd5dca472997b239a4dcd697a829196070 (patch)
treef5e394b6c2d3fc8f4ec885e1a653df48f0e4696a
parent5bba7cdfebd83eeb49cda4cdf481a42b7c37c702 (diff)
downloadgifed-4849e9cd5dca472997b239a4dcd697a829196070.tar.gz
gifed-4849e9cd5dca472997b239a4dcd697a829196070.zip
Update readme
-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