Skip to content

Commit

Permalink
Merge pull request #197 from SecondeJK/2.x
Browse files Browse the repository at this point in the history
Small tweak to readme to reflect Symfony moving console to /bin/
  • Loading branch information
LogansUA committed Apr 28, 2016
2 parents 998761a + 7f5e753 commit fc86c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $ php composer.phar require stfalcon/tinymce-bundle='X.Y'
### The bundle needs to copy the resources necessary to the web folder. You can use the command below:

```
$ php app/console assets:install web/
$ php bin/console assets:install web/
```

## Include in template
Expand Down

0 comments on commit fc86c99

Please sign in to comment.