Skip to content

Commit

Permalink
README.md: clarify config example
Browse files Browse the repository at this point in the history
  • Loading branch information
matyx committed Apr 4, 2018
1 parent 930533c commit f1b42cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Add following to your `config.neon`:
extensions:
guzzlette: Matyx\Guzzlette\Bridges\Nette\DI\GuzzletteExtension
# Optional
guzzlette:
timeout: 30 #
debugger: true # enable debugger - default autodetect
someGuzzleConfigParameter: false # all guzzle config directives are supported
debugger: true # force debugger - default autodetect
timeout: 30
anotherGuzzleConfigParameter: false # all guzzle config directives are supported
```


Expand Down

0 comments on commit f1b42cc

Please sign in to comment.