diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a5fd4a..4ac5e5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Fixed - Tests typo fix +- Readme example ## [3.0.0] - 2019-09-12 ### Changed diff --git a/README.md b/README.md index 50cce21..7c73544 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,14 @@ You can add database connection settings by adding the field names from the rece ```json // .janiscommercerc.json { + "databaseWriteType" : "someDBDriver", + "databaseReadType": "someOtherDBDriver", "clients": { "database": { - "databaseWriteType" : "someDBDriver", - "databaseReadType": "someOtherDBDriver", "fields": { + "databaseKey": "core", + "table": "clients", + "identifierField": "code", "read": { "dbReadHost" : "host", "dbReadProtocol" : "protocol",