From 6b534298f90ebf73a0c68787b9af31e17d92585f Mon Sep 17 00:00:00 2001 From: Corentin Hembise Date: Sun, 7 Apr 2019 16:53:46 +0200 Subject: [PATCH] Fix typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b84cf6..a58e13c 100644 --- a/README.md +++ b/README.md @@ -810,7 +810,7 @@ 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" @@ -818,7 +818,7 @@ doctrine: 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.