From 705320ed351de5aa7d55c3a9fcca51a7bf5d09d5 Mon Sep 17 00:00:00 2001 From: Tyler Date: Fri, 3 Feb 2017 22:38:32 -0500 Subject: [PATCH] Fix typo on fly-gzip link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 596c1e0e..6a518ef4 100644 --- a/README.md +++ b/README.md @@ -628,7 +628,7 @@ If you'd like to create and share a plugin for Fly, we have a [Yeoman generator] - [fly-shell](https://github.com/lukeed/fly-shell) - Execute shell commands with Fly - [fly-rev](https://github.com/lukeed/fly-rev) - Append a unique hash to filenames - [fly-zip](https://github.com/lukeed/fly-zip) - ZIP compress files with Fly -- [fly-gzip](https://github.com/lukeed/fly-zip) - Gzip plugin for Fly +- [fly-gzip](https://github.com/lukeed/fly-gzip) - Gzip plugin for Fly - [fly-precache](https://github.com/lukeed/fly-precache) - Generate a service worker to cache resources and make them available offline. - [fly-htmlmin](https://github.com/lukeed/fly-htmlmin) - Minify HTML with Fly - [fly-autoprefixer](https://github.com/lukeed/fly-autoprefixer) -