Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ of the Composer documentation.
Open a command console, enter your project directory and execute:

```console
$ composer require yceruto/formflow-bundle
composer require yceruto/formflow-bundle
```

### Applications that don't use Symfony Flex
Expand All @@ -25,7 +25,7 @@ Open a command console, enter your project directory and execute the
following command to download the latest stable version of this bundle:

```console
$ composer require yceruto/formflow-bundle
composer require yceruto/formflow-bundle
```

#### Step 2: Enable the Bundle
Expand Down