diff --git a/README.md b/README.md index 66849a1..d9e0d79 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ curl -sS https://getcomposer.org/installer | php Next, run the Composer command to install the latest stable version of library: ```bash -composer require loginradius/php-sdk:dev-master +composer require loginradius/php-sdk:3.0.0 ``` You can then later update LoginRadius PHP SDK using composer: diff --git a/demo/README.md b/demo/README.md index f92cd59..15a6582 100644 --- a/demo/README.md +++ b/demo/README.md @@ -12,5 +12,5 @@ 4. You can now navigate to the index.php page in your browser and view the demo site. -Please visit [http://apidocs.loginradius.com/v2.0/docs/php-library-user-registration-service](http://apidocs.loginradius.com/v2.0/docs/php-library-user-registration-service) for more information. +Please visit [https://docs.loginradius.com/api/v1/sdk-libraries/php](https://docs.loginradius.com/api/v1/sdk-libraries/php) for more information.