From 96fec836446646a4a43ff52dd5dc863313ae8d7c Mon Sep 17 00:00:00 2001 From: Thomas McDonald Date: Fri, 23 Mar 2012 12:00:56 +0000 Subject: [PATCH] fix spelling of sprocket --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2913fbc..03c3839d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ In your Gemfile: #### CSS -Import "bootstrap" in your SCSS file of choice to get all of Bootstrap's styles, mixins and variables! Don't use Sproket's `//= require` directives for SASS files, because they're horrible and will kill your cat. +Import "bootstrap" in your SCSS file of choice to get all of Bootstrap's styles, mixins and variables! Don't use Sprocket's `//= require` directives for SASS files, because they're horrible and will kill your cat. @import "bootstrap"; @@ -31,7 +31,7 @@ Need to configure a variable or two? Simple define the value of the variable you #### Javascripts -You can include the Bootstrap javascripts through two methods. In this case, Sproket's `//= require` directives are useful and will not cause feline death. +You can include the Bootstrap javascripts through two methods. In this case, Sprocket's `//= require` directives are useful and will not cause feline death. We have a helper that includes all available javascripts: