From 7f5e753165a01ebaf8d6a8efb737144ff22db63c Mon Sep 17 00:00:00 2001 From: Jim Seconde Date: Thu, 28 Apr 2016 12:38:21 +0100 Subject: [PATCH] Small tweak to readme to reflect Symfony moving console to /bin/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b4db420..7ec37fee 100644 --- a/README.md +++ b/README.md @@ -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