Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ybert authored Oct 26, 2016
1 parent 96fae33 commit a936f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ Configure the bundle in `app/config/config.yml`:

```yaml
ybert_imagify:
apiKey: "%imagify_apiKey%"
apiKey: %imagify_apiKey%
```
Finally, update your `app/config/parameters.yml` file to store your Imagify API credentials:

```yaml
parameters:
# ...
imagify_apiKey: "MyAPIKey"
imagify_apiKey: MyAPIKey
```

## Usage
Expand Down

0 comments on commit a936f65

Please sign in to comment.