From 17dfb195759f58505e2ed3236b43a7a23c79b333 Mon Sep 17 00:00:00 2001 From: Bailey Herbert Date: Sat, 4 Apr 2020 07:01:54 -0700 Subject: [PATCH] Clean up readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6954780..d9567c8 100755 --- a/README.md +++ b/README.md @@ -58,8 +58,6 @@ This API client is fully working though not necessarily completed. Of course, an - This client does **not** disable SSL. It ships with a Certificate Authority bundle and uses this bundle to verify the Envato API's SSL certificate, instead of relying on the system's often-unavailable certificate. -- Major overhauls to response objects and OAuth are planned in a future `3.0` release. - ## Installation Include this into your project using Composer. It will be autoloaded. @@ -448,5 +446,5 @@ else { Special thanks to the following people for contributing to this package: -- [Darko Gjorgjijoski](https://github.com/gdarko) -- [Arijit Biswas](https://github.com/Dibbyo456) +- [@gdarko](https://github.com/gdarko) +- [@Dibbyo456](https://github.com/Dibbyo456)