Skip to content

Commit

Permalink
Fix option name in ORM package's README
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Sep 2, 2016
1 parent 05a37af commit c214ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/README.md
Expand Up @@ -32,7 +32,7 @@ ConnectionManager::config('default', [
'database' => 'test',
'username' => 'root',
'password' => 'secret',
'cacheMetaData' => false // If set to `true` you need to install the optional "cakephp/cache" package.
'cacheMetadata' => false // If set to `true` you need to install the optional "cakephp/cache" package.
]);
```

Expand Down

0 comments on commit c214ede

Please sign in to comment.