Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samwilson authored Dec 18, 2024
1 parent 8d905dd commit eeff6a7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit eeff6a7

Please sign in to comment.