Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DeviseCouch for Devise and CouchrestModel

*devise_couch* will let you use [devise](http://github.com/plataformatec/devise) with [CocuhrestModel](http://github.com/couchrest/couchrest_model).
*devise_couch* will let you use [devise](http://github.com/plataformatec/devise) with [CouchrestModel](http://github.com/couchrest/couchrest_model).

## Installation

Expand All @@ -23,7 +23,7 @@ Run the generator:

The generator will install an initializer which describes ALL Devise's
configuration options and you MUST take a look at it. Make sure to specify
either <code>couchrest_model</code> (ActiveModel::Validations)
either <code>couchrest_model</code> or (ActiveModel::Validations)
as the orm in the configuration file.

To add Devise to any of your models using the generator:
Expand All @@ -34,7 +34,7 @@ Example: create a User model for use with Devise

<pre>rails generate couchrest_model:devise User</pre>

Read the README for devise at [devise README](http://github.com/plataformatec/devise/blob/master/README.rdoc)
Read the README for devise at [devise README](http://www.rubydoc.info/github/plataformatec/devise/master/frames)

## Note on Patches/Pull Requests

Expand Down