From 28f0ac1864589965862c3302cd4ff0ff64029b48 Mon Sep 17 00:00:00 2001 From: Igor Chepurnoy Date: Sun, 13 Nov 2016 20:52:54 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 345d684..b35b925 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ To access the module, you need to configure the modules array in your applicatio 'class' => 'yii2mod\settings\models\search\SettingSearch', 'pageSize' => 25 ], - 'modelClass' => 'Your own cms model class', + 'modelClass' => 'Your own model class', 'indexView' => 'custom path to index view file', 'createView' => 'custom path to create view file', 'updateView' => 'custom path to update view file',