Skip to content

Commit

Permalink
add bourbon mention and rails 3.1 details to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Sep 22, 2011
1 parent c8f8c85 commit 354321d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Then run:


suspenders create projectname suspenders create projectname


This will create a Rails 3 app in `projectname'. This script creates a new This will create a Rails 3.1 app in `projectname'. This script creates a new
new git repository. It is not meant to be used against an existing repo. new git repository. It is not meant to be used against an existing repo.


Suspenders uses [Trout](https://github.com/thoughtbot/trout) to make it Suspenders uses [Trout](https://github.com/thoughtbot/trout) to make it
Expand All @@ -37,6 +37,7 @@ It includes application gems like:
* [Formtastic](https://github.com/justinfrench/formtastic) for better forms * [Formtastic](https://github.com/justinfrench/formtastic) for better forms
* [Hoptoad Notifier](https://github.com/thoughtbot/hoptoad_notifier) for exception notification * [Hoptoad Notifier](https://github.com/thoughtbot/hoptoad_notifier) for exception notification
* [Flutie](https://github.com/thoughtbot/flutie) for default CSS styles * [Flutie](https://github.com/thoughtbot/flutie) for default CSS styles
* [Bourbon](https://github.com/thoughtbot/bourbon) for classy sass mixins
* [Clearance](https://github.com/thoughtbot/clearance) for authentication * [Clearance](https://github.com/thoughtbot/clearance) for authentication


And testing gems like: And testing gems like:
Expand Down

0 comments on commit 354321d

Please sign in to comment.