diff --git a/README.md b/README.md index 4c162dcc..a7fcb1be 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ class SomeController extends AppController { public function initialize() { - $this->loadModel('Comments', 'elastic'); + $this->loadModel('Comments', 'Elastic'); } public function index()