README.md in refills-0.1.0 vs README.md in refills-0.2.0
- old
+ new
@@ -1,22 +1,30 @@
[![Refills](http://images.thoughtbot.com/bourbon/refills-logo.svg)](http://refills.bourbon.io)
-[![Gem Version](http://img.shields.io/gem/v/refills.svg?style=flat)](https://rubygems.org/gems/refills)
-[![Build Status](https://travis-ci.org/thoughtbot/refills.svg?branch=master)](https://travis-ci.org/thoughtbot/refills)
+## Components and patterns built with Bourbon and Neat
-## Prepackaged patterns and components built with Bourbon and Neat
-
- **[Examples & Code Snippets](http://refills.bourbon.io)**
- **[Changelog](https://github.com/thoughtbot/refills/releases)**
- **[Issues & Bugs](https://github.com/thoughtbot/refills/issues)**
+Follow the [@bourbonsass](https://twitter.com/bourbonsass) Twitter account
+for updates.
+
## Requirements
-- [Sass](https://github.com/sass/sass) 3.3+
-- [Bourbon](https://github.com/thoughtbot/bourbon) 4.0+
-- [Neat](https://github.com/thoughtbot/neat) 1.6+
+- [Sass] 3.3+
+- [Bourbon] 5.0+
+- [Neat] 1.6+
+It’s recommended that you use [Autoprefixer], as Refills do not come packaged
+with vendor prefixes.
+
+[Sass]: https://github.com/sass/sass
+[Bourbon]: https://github.com/thoughtbot/bourbon
+[Neat]: https://github.com/thoughtbot/neat
+[Autoprefixer]: https://github.com/postcss/autoprefixer
+
## Installation
1. Install Refills’ dependencies: [Bourbon](https://github.com/thoughtbot/bourbon#installation), [Neat](https://github.com/thoughtbot/neat#installation) and [jQuery](http://jquery.com/download) (if you plan to use any components that require JavaScript).
2. Go to the [Refills website](http://refills.bourbon.io), click “Show Code” under the component or pattern that you want and copy-paste it into your project.
@@ -28,11 +36,11 @@
Alternative to copy-pasting manually, we also have a Refills gem that allows you to add components and patterns via Rake tasks.
1. Add Refills to your Gemfile:
```ruby
- gem 'refills'
+ gem "refills", group: :development
```
2. Then run:
```bash
@@ -74,18 +82,26 @@
## The Bourbon family
- [Bourbon](https://github.com/thoughtbot/bourbon): A simple and lightweight mixin library for Sass
- [Neat](https://github.com/thoughtbot/neat): A lightweight semantic grid framework for Sass and Bourbon
- [Bitters](https://github.com/thoughtbot/bitters): Scaffold styles, variables and structure for Bourbon projects
-- [Refills](https://github.com/thoughtbot/refills): Prepackaged patterns and components built with Bourbon, Neat and Bitters
+- [Refills](https://github.com/thoughtbot/refills): Components and patterns built with Bourbon and Neat
-## Credits
+## License
-[![thoughtbot](http://images.thoughtbot.com/bourbon/thoughtbot-logo.svg)](http://thoughtbot.com)
+Copyright © 2014–2015 [thoughtbot, inc](http://thoughtbot.com). Refills is free software, and may be redistributed under the terms specified in the [license](LICENSE.md).
-Refills is maintained and funded by [thoughtbot, inc](http://thoughtbot.com). Tweet your questions or suggestions to [@bourbonsass](https://twitter.com/bourbonsass) and while you’re at it follow us too.
-
Whenever code for Refills is borrowed or inspired by existing code, we try to credit the original developer/designer in our source code. [Let us know](mailto:design+bourbon@thoughtbot.com) if you think any credit is absent.
-## License
+## About thoughtbot
-Copyright © 2014–2015 [thoughtbot, inc](http://thoughtbot.com). Refills is free software, and may be redistributed under the terms specified in the [license](LICENSE.md).
+[<img src="http://thoughtbot.github.io/images/signature.svg" width="250" alt="thoughtbot logo">][hire]
+
+Refills is maintained and funded by thoughtbot, inc.
+The names and logos for thoughtbot are trademarks of thoughtbot, inc.
+
+We love open source software!
+See [our other projects][community]
+or [hire us][hire] to design, develop, and grow your product.
+
+[community]: https://thoughtbot.com/community?utm_source=github
+[hire]: https://thoughtbot.com/hire-us?utm_source=github