You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,14 @@ Install with [Composer](https://getcomposer.org/):
27
27
28
28
composer require samwilson/phpflickr
29
29
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):
31
31
32
32
composer require survos/flickr-bundle
33
33
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
+
36
38
## Usage
37
39
38
40
Once you've included Composer's autoloader, create a PhpFlickr object.
0 commit comments