Skip to content

Commit 0b0a122

Browse files
committed
documentation update
1 parent 904a737 commit 0b0a122

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CommandSchedulerBundle
88

99
This bundle will allow you to easily manage scheduling for Symfony's console commands (native or not) with cron expression.
1010

11-
**Version**: 1.2-dev
11+
**Version**: 1.2.3
1212
**Compatibility**:
1313
- **Symfony 2.8** and **3.0**
1414
- PHP 5.5, 5.6, 7.0

Resources/doc/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ $ php bin/console doctrine:schema:update --em=[manager_name] --force
8383

8484
Now, you can use the bundle and manage your scheduling here : **http://{your-app-root}/command-scheduler/list** and execute them with this new command
8585
``` bash
86-
$ php bin/console scheduler:execute --dump
86+
$ php bin/console scheduler:execute
8787
```
8888

8989
See the [Usage](#usage) section to have more information

0 commit comments

Comments
 (0)