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 @@ -21,7 +21,7 @@ documentation.
Open a command console, enter your project directory and execute:

```console
composer require bab/tested-routes-checker-bundle
composer require --dev bab/tested-routes-checker-bundle
```

### Applications that don't use Symfony Flex
Expand All @@ -32,7 +32,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 bab/tested-routes-checker-bundle
composer require --dev bab/tested-routes-checker-bundle
```

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