From cb358d6717cf03107fb0205866330ddc81e61d80 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 12 Apr 2017 17:36:04 -0700 Subject: [PATCH] tweaked what's next message --- symfony/framework-bundle/3.3/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/symfony/framework-bundle/3.3/manifest.json b/symfony/framework-bundle/3.3/manifest.json index 4196b024..68ad7e2e 100644 --- a/symfony/framework-bundle/3.3/manifest.json +++ b/symfony/framework-bundle/3.3/manifest.json @@ -44,8 +44,9 @@ " ", "", " * Run your application:", - " 1. Execute the make serve command;", - " 2. Browse to the http://localhost:8000/ URL.", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", "", " * Read the documentation at https://symfony.com/doc" ]