From eeff6a7dc9e18dfc4883e7cffae906086a07d20a Mon Sep 17 00:00:00 2001 From: Sam Wilson Date: Wed, 18 Dec 2024 10:16:16 +0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 538d116..f2d33af 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,14 @@ Install with [Composer](https://getcomposer.org/): composer require samwilson/phpflickr -Symfony developers can install a [bundle](https://github.com/survos/SurvosFlickrBundle): +Alternatively, Symfony developers can install [a bundle](https://github.com/survos/SurvosFlickrBundle): composer require survos/flickr-bundle -After setting the API key and secret in the environment, you can simply inject the FlickrService into your controller or service, rather than instanciating it as described below. - +After setting the API key and secret in the environment, +you can inject the `FlickrService` into your controller or service, +rather than instantiating a PhpFlickr object as described below. + ## Usage Once you've included Composer's autoloader, create a PhpFlickr object.