From ec4a20f3b0bb64fc2fa1ab4463f949984a92474d Mon Sep 17 00:00:00 2001 From: John Bintz Date: Wed, 8 Feb 2012 08:49:29 -0500 Subject: [PATCH] readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6a2096..2cbe2f1 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,11 @@ end ``` or get an Environment with those paths in there already: + ``` ruby require 'sprockets-vendor_gems' -env = Sprockets::EnvironmentWithVendoredGems.new('.') +env = Sprockets::EnvironmentWithVendoredGems.new ``` Yeah!