cakephp / orm

[READ-ONLY] A flexible, lightweight and powerful Object-Relational Mapper for PHP, implemented using the DataMapper pattern. This repo is a split of the main code that can be found in https://github.com/cakephp/cakephp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README incorrect info

kinkaz opened this issue · comments

commented

Hi,

As pointed out in this topic : http://discourse.cakephp.org/t/orm-cache-metadata-issue/1071/4 there is a problem with the default Configuration in the README.

The parameter 'cacheMetaData' should be 'cacheMetadata'.

I don't know if packagist.org pulls the README from Github, but if not, you may want to change it also there because that's where I used it :-)

Thank you,

kinkaz

commented

@kinkaz do you want to open a PR against cakephp/cakephp

commented

I have fixed the README. The readme on packagist will be updated when a new release is done.