Skip to content

Commit eeff6a7

Browse files
authored
Update README.md
1 parent 8d905dd commit eeff6a7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@ Install with [Composer](https://getcomposer.org/):
2727

2828
composer require samwilson/phpflickr
2929

30-
Symfony developers can install a [bundle](https://github.com/survos/SurvosFlickrBundle):
30+
Alternatively, Symfony developers can install [a bundle](https://github.com/survos/SurvosFlickrBundle):
3131

3232
composer require survos/flickr-bundle
3333

34-
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.
35-
34+
After setting the API key and secret in the environment,
35+
you can inject the `FlickrService` into your controller or service,
36+
rather than instantiating a PhpFlickr object as described below.
37+
3638
## Usage
3739

3840
Once you've included Composer's autoloader, create a PhpFlickr object.

0 commit comments

Comments
 (0)