README.md in google-buttons-sass-0.1.0 vs README.md in google-buttons-sass-0.1.1
- old
+ new
@@ -1,23 +1,26 @@
# Google Buttons for Sass
-## Based on [Thomas McDonald's Bootstrap-sass](https://github.com/thomas-mcdonald/bootstrap-sass) and [CSS3 Google Buttons by Tim O'Donnell](https://github.com/todc/css3-google-buttons)
`google-buttons-sass` is an Sass-powered version of [CSS3 Google Buttons by Tim O'Donnell](https://github.com/todc/css3-google-buttons), ready to drop right into your Sass powered applications.
-This project requires [Twitter Bootstra](http://twitter.github.com/bootstrap), which can be installed via gem `bootstrap-sass`
+This gem is based off of [bootstrap-sass](https://github.com/thomas-mcdonald/bootstrap-sass), a project by [Thomas McDonald](https://twitter.com/#!/thomasmcdonald_). I replaced Twitter Bootstrap with the Google Buttons project.
+This project requires [Twitter Bootstrap](http://twitter.github.com/bootstrap), which can be installed via gem `bootstrap-sass`
+
+You can see a demo of the gem [here](http://blog.timodonnell.com/css3-google-buttons/index.html).
+
Enjoy.
## Usage
### Rails
In your Gemfile:
gem 'sass-rails', '~> 3.1'
gem 'bootstrap-sass', '~> 2.0.4.0'
- gem 'google-butons-sass', '~> 1.0'
+ gem 'google-buttons-sass', '~> 0.1.0'
#### CSS
Import "google-buttons" in your SCSS file of choice to get all of the styles, mixins and variables! We recommend against using `//= require` directives, since none of your other stylesheets will be [able to use](https://github.com/thomas-mcdonald/bootstrap-sass/issues/79#issuecomment-4428595) the awesome mixins that Bootstrap has defined.
@@ -83,9 +86,6 @@
@include box-shadow(#{0 2px 5px rgba(0,0,0,.25) inset, 0 -2px 5px rgba(0,0,0,.25) inset});
}
### Bundler?
- gem 'google-buttons-sass', '~> 1'
-
-## Who
-bootstrap-sass is a project by [Thomas McDonald](https://twitter.com/#!/thomasmcdonald_), with support from [other awesome people](https://github.com/thomas-mcdonald/bootstrap-sass/graphs/contributors).
+ gem 'google-buttons-sass', '~> 0.1.0'
\ No newline at end of file