diff --git a/readme.md b/readme.md index 6de9c96..2acf8c8 100644 --- a/readme.md +++ b/readme.md @@ -78,9 +78,9 @@ I am licensing this under the MIT license. Which essentially grants you the righ # What this library is/is not -This library is a simple interface to use PHP OAuth 2.0 in your web application. -This library is designed to be as flexible as possible to use in any framework. +- This library is a simple interface to use PHP OAuth 2.0 in your web application. +- This library is designed to be as flexible as possible to use in any framework. -This library is not designed to hold your hand to secure your client_id, client_secret, or other data. -This library is not designed to be specific to a certain framework. -This library is not designed to be abstract. The only class you should ever have to extend is OAuthDataProvider - and that is to create a "provider" for different OAuth providers (which merely contains the URLs to send for login, where to query for user data and normalizing data). \ No newline at end of file +- This library is not designed to hold your hand to secure your client_id, client_secret, or other data. +- This library is not designed to be specific to a certain framework. +- This library is not designed to be abstract. The only class you should ever have to extend is OAuthDataProvider - and that is to create a "provider" for different OAuth providers (which merely contains the URLs to send for login, where to query for user data and normalizing data). \ No newline at end of file