From c73e360d1a8968dabb5e6c1dbaf9b4bd9d0bf9c3 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Thu, 23 Aug 2012 09:02:55 -0400 Subject: [PATCH] clarify the fast part --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8ff2f2..334f5b3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bullseye! -An *extremely fast* shoot-from-the-hip implementation of [so-called Garber-Irish DOM-ready execution](http://viget.com/inspire/extending-paul-irishs-comprehensive-dom-ready-execution) +An *extremely quickly written* shoot-from-the-hip implementation of [so-called Garber-Irish DOM-ready execution](http://viget.com/inspire/extending-paul-irishs-comprehensive-dom-ready-execution) for the Rails asset pipeline. Could work with other Sprockets stuff down the road, too. But for now, it's pretty married to Rails. Also, needs tests for the exactly four things that it does. Anyone wanna add exactly four Cucumber features?