From 4b21625c2a44332661191cabc8ad5fb0f50e6ebe Mon Sep 17 00:00:00 2001 From: U-Zyn Chua Date: Fri, 1 Jun 2012 02:43:22 +0800 Subject: [PATCH] Minor grammatical update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4f008f..6ee408e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Opauth provides a standardized method for PHP applications to interface with aut Opauth as a framework provides a set of API that allows developers to [create strategies](https://github.com/uzyn/opauth/wiki/Strategy-Contribution-Guide) that work in a predictable manner across PHP frameworks and applications. -Opauth is designed works well with other PHP applications & frameworks. It is currently supported on: +Opauth works well with other PHP applications & frameworks. It is currently supported on: - [vanilla (plain) PHP applications](https://github.com/uzyn/opauth/tree/master/example) *(of course)* - [CakePHP](https://github.com/uzyn/cakephp-opauth) (maintained by [uzyn](https://github.com/uzyn))