diff --git a/.docs/README.md b/.docs/README.md index 60c09da..7dc0b29 100755 --- a/.docs/README.md +++ b/.docs/README.md @@ -48,8 +48,8 @@ nettrine.orm: mapping: App: type: attributes - dir: %appDir%/Database - prefix: App/Database + dirs: [%appDir%/Database] + namespace: App/Database ``` ### Advanced configuration @@ -86,10 +86,10 @@ nettrine.orm: enabled: mapping: - : - type: - dirs: - namespace: + : + type: + dirs: + namespace: defaultCache: queryCache: @@ -275,8 +275,8 @@ nettrine.orm: mapping: App: type: attributes - dir: %appDir%/Database - prefix: App/Database + dirs: [%appDir%/Database] + namespace: App\Database ``` ### XML