README.md in primer-rails-0.3.0 vs README.md in primer-rails-0.3.1
- old
+ new
@@ -1,8 +1,9 @@
# Primer for Rails
Primer (Github's) CSS framework implemenation in Rails.
+More about Primer CSS framework you can find at the [official project page](http://primercss.io/).
## Installation
Add this line to your application's Gemfile:
@@ -10,20 +11,16 @@
gem 'primer-rails'
```
And then execute:
- $ bundle
+ $ bundle install
-Or install it yourself as:
-
- $ gem install primer-rails
-
## Usage
Add this line to your application.css / application.scss file:
-```css
+```ruby
*= require primer
```
## Contributing