Skip to content

Commit bf40ea4

Browse files
fitnjmleroux
authored andcommitted
Update README.md (#51)
1 parent ffadbc0 commit bf40ea4

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
@@ -40,8 +40,8 @@ Enable the bundle in the `app/AppKernel.php` file in the `registerProjectBundles
4040
Now let's clean your cache and dump your assets:
4141

4242
```bash
43-
php app/console cache:clear --env=prod
44-
php app/console pim:installer:assets --env=prod
43+
php bin/console cache:warmup --env=prod
44+
php bin/console pim:installer:assets --env=prod
4545
```
4646

4747
## Documentation

0 commit comments

Comments
 (0)