Skip to content

Commit 16e0192

Browse files
author
Igor Chepurnoy
authored
Update README.md
1 parent 21cc5f6 commit 16e0192

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,9 @@ How to use this extension in your own extension?
223223
First of all, you should include dependency to the `yii2mod\yii2-scheduling` into your composer.json:
224224

225225
```
226-
...
227226
'require': {
228-
"yii2mod/yii2-schedule": "*"
227+
"yii2mod/yii2-scheduling": "*"
229228
}
230-
...
231229
```
232230

233231
Next you should create bootstrapping class for your extension, as described in the http://www.yiiframework.com/doc-2.0/guide-structure-extensions.html#bootstrapping-classes

0 commit comments

Comments
 (0)