diff --git a/README.md b/README.md index 9b085fb..a4d1261 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ -# cloudrun-auth-http-client +# GCP CloudRun authenticated HTTP client + A PSR-7 HTTP client based on Guzzle for services hosted on Google Cloud Platform Cloud Run + +## Installation + +The recommended way to install the library is through [Composer](http://getcomposer.org): + +```bash +composer require codeinc/cloudrun-auth-http-client +``` + +## License + +The library is published under the MIT license (see [`LICENSE`](LICENSE) file). \ No newline at end of file