Skip to content

Commit

Permalink
Merge pull request #88 from courentin/fix-readme-typo
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
TobiasHauck authored Apr 8, 2019
2 parents 659edf1 + 6b53429 commit 6c4816d
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 @@ -810,15 +810,15 @@ doctrine:
user: "Circle"
password: "CircleUsers"
options:
authentication_class: "HttpAuthentication"
authenticator_class: "HttpAuthentication"
address_api:
driver_class: "Circle\\DoctrineRestDriver\\Driver"
host: "http://api.address.your-url.com"
port: 80
user: "Circle"
password: "CircleAddresses"
options:
authentication_class: "HttpAuthentication"
authenticator_class: "HttpAuthentication"
```

Now it's getting crazy: We will try to read data from two different APIs and persist them into a MySQL database.
Expand Down

0 comments on commit 6c4816d

Please sign in to comment.