Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
Fixed indentation of the config.yml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-mcdougle committed Apr 2, 2012
1 parent 9df37e9 commit e267340
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ Add GuzzleBundle to your application kernel:

## Configure the Guzzle service builder

// app/config/config.yml
ddeboer_guzzle:
service_builder:
configuration_file: "%kernel.root_dir%/config/webservices.xml"
cache:
adapter: doctrine
driver: apc
// app/config/config.yml
ddeboer_guzzle:
service_builder:
configuration_file: "%kernel.root_dir%/config/webservices.xml"
cache:
adapter: doctrine
driver: apc

And add a Guzzle services configuration file. See the [Guzzle documentation](http://guzzlephp.org/docs/tour/using_services/#describe-clients-using-your-services-xml-file).

Expand Down

0 comments on commit e267340

Please sign in to comment.