Skip to content

Commit

Permalink
Fixed references in the README to old generators
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Apr 6, 2011
1 parent ff28927 commit 4f88938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -79,7 +79,7 @@ Optional Cucumber features
As your app evolves, you want to know that authentication still works. If you
use [Cucumber](http://cukes.info), run the Clearance features generator:

rails generate clearance_features
rails generate clearance:features

Edit your Gemfile to include:

Expand All @@ -98,7 +98,7 @@ Optional Formtastic views

Clearance can also generate [Formtastic](http://github.com/justinfrench/formtastic) views:

rails generate clearance_views
rails generate clearance:views

Extensions
----------
Expand Down

0 comments on commit 4f88938

Please sign in to comment.