From b6c7aafe5558650eafcc3ad1fce7e931604d6c2c Mon Sep 17 00:00:00 2001 From: Kevin Menard Date: Sun, 20 May 2012 23:04:53 -0300 Subject: [PATCH] Simple compose VS comprise grammar fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67b3a795..4f575aac 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Devise is a flexible authentication solution for Rails based on Warden. It: * Allows you to have multiple roles (or models/scopes) signed in at the same time; * Is based on a modularity concept: use just what you really need. -It's comprised of 12 modules: +It's composed of 12 modules: * [Database Authenticatable](http://rubydoc.info/github/plataformatec/devise/master/Devise/Models/DatabaseAuthenticatable): encrypts and stores a password in the database to validate the authenticity of a user while signing in. The authentication can be done both through POST requests or HTTP Basic Authentication. * [Token Authenticatable](http://rubydoc.info/github/plataformatec/devise/master/Devise/Models/TokenAuthenticatable): signs in a user based on an authentication token (also known as "single access token"). The token can be given both through query string or HTTP Basic Authentication.