Skip to content

Commit ad98a82

Browse files
authored
fix: command duplication in README.md (#493)
2 parents 45b4c0e + 1aa52fc commit ad98a82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ To be able to set up a plugin's database, remember to configure your database cr
117117
- Using `test` environment:
118118

119119
```bash
120-
APP_ENV=test vendor/bin/console vendor/bin/console sylius:fixtures:load -n
120+
APP_ENV=test vendor/bin/console sylius:fixtures:load -n
121121
APP_ENV=test symfony server:start -d
122122
```
123123

124124
- Using `dev` environment:
125125

126126
```bash
127-
vendor/bin/console vendor/bin/console sylius:fixtures:load -n
127+
vendor/bin/console sylius:fixtures:load -n
128128
symfony server:start -d
129129
```

0 commit comments

Comments
 (0)