From 28cd28221ce90ee3b6f5cc76388e0977c8fe59a4 Mon Sep 17 00:00:00 2001 From: timendez Date: Wed, 2 Nov 2016 15:14:18 -0700 Subject: [PATCH] Fix typo --- README.markdown => README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename README.markdown => README.md (96%) diff --git a/README.markdown b/README.md similarity index 96% rename from README.markdown rename to README.md index 898ac26..286f98d 100644 --- a/README.markdown +++ b/README.md @@ -1,6 +1,6 @@ # Overview -Forked from the excelent jsgif project (https://github.com/shachaf/jsgif), which was implemented as a bookmarklet to manipulate animated gifs (http://slbkbs.org/jsgif). +Forked from the excellent jsgif project (https://github.com/shachaf/jsgif), which was implemented as a bookmarklet to manipulate animated gifs (http://slbkbs.org/jsgif). This is an attempt to pull out the gif parsing and playing logic, seperate it from the bookmarklet, and publish it as a library that you can use in your project.