From c345c7b918124d89e0106de3508007244f8d8a2d Mon Sep 17 00:00:00 2001 From: Filip Tepper Date: Wed, 28 Dec 2011 23:23:32 +0100 Subject: [PATCH] fixed some typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d4b43d68..bc191a553 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ for more information.** ## An Introduction -OmniAuth is a libary that standardizes multi-provider authentication for +OmniAuth is a library that standardizes multi-provider authentication for web applications. It was created to be powerful, flexible, and do as little as possible. Any developer can create **strategies** for OmniAuth that can authenticate users via disparate systems. OmniAuth strategies @@ -22,7 +22,7 @@ individually as RubyGems, and you can see a [community maintained list](https:// on the wiki for this project. One strategy, called `Developer`, is included with OmniAuth and provides -a completely unsecure, non-production-usable strategy that directly +a completely insecure, non-production-usable strategy that directly prompts a user for authentication information and then passes it straight through. You can use it as a placeholder when you start development and easily swap in other strategies later.