diff --git a/README.md b/README.md index 68f66e9..f1d672d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ add `service(eloquent);` on function initController // E.g.: // $this->session = \Config\Services::session(); -service(eloquent); +service('eloquent'); ``` ## Usage