We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ddb2da commit b430e18Copy full SHA for b430e18
scheduler.rst
@@ -20,17 +20,16 @@ stack Symfony application.
20
Installation
21
------------
22
23
-In applications using :ref:`Symfony Flex <symfony-flex>`, run this command to
24
-install the scheduler component:
+Run this command to install the scheduler component:
25
26
.. code-block:: terminal
27
28
$ composer require symfony/scheduler
29
30
.. note::
31
32
- The Symfony Scheduler Flex recipe creates an initial schedule that's ready
33
- to start adding your tasks.
+ In applications using :ref:`Symfony Flex <symfony-flex>`, installing the component
+ also creates an initial schedule that's ready to start adding your tasks.
34
35
Symfony Scheduler Basics
36
------------------------
0 commit comments