From 37028aaf3515dba7f5130ecb6619b888d7d714e2 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Fri, 17 Jul 2015 14:17:29 -0400 Subject: [PATCH 1/3] Added link to plunker demo. Adds a link to a plunker demo. Figured it was funny enough to make it easy for people to enjoy. :) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89e7053..63cbabc 100644 --- a/README.md +++ b/README.md @@ -16,5 +16,6 @@ fartscroll(); // Fart every 800 pixels scrolled fartscroll(800); ``` +[Plunker Demo](//run.plnkr.co/plunks/bPiM14/) More info at [http://theonion.github.io/fartscroll.js/](http://theonion.github.io/fartscroll.js/). From 03d962db48b083fa772702f5d1bb85569eb97932 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Sat, 8 Aug 2015 23:38:20 -0700 Subject: [PATCH 2/3] Corrected URL to plnkr. This tweak corrects the URL to an actual working version of the application. Whoops. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63cbabc..eaf6672 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,6 @@ fartscroll(); // Fart every 800 pixels scrolled fartscroll(800); ``` -[Plunker Demo](//run.plnkr.co/plunks/bPiM14/) +[Plunker Demo](http://run.plnkr.co/oYOtcvFOilJNKCOa/) More info at [http://theonion.github.io/fartscroll.js/](http://theonion.github.io/fartscroll.js/). From 68d20626ed9d0e0101e5bf9b5eaea0c9f82bd719 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Thu, 21 Apr 2016 17:58:45 -0400 Subject: [PATCH 3/3] Update README.MD Corrected the plnkr.co URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eaf6672..226c07f 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,6 @@ fartscroll(); // Fart every 800 pixels scrolled fartscroll(800); ``` -[Plunker Demo](http://run.plnkr.co/oYOtcvFOilJNKCOa/) +[Plunker Demo](http://plnkr.co/bPiM14) More info at [http://theonion.github.io/fartscroll.js/](http://theonion.github.io/fartscroll.js/).