From 8e5aa26b991d9639dc572510b55429dfed476f75 Mon Sep 17 00:00:00 2001 From: Vitaliy Ryepnoy Date: Thu, 10 Mar 2016 09:35:11 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 756ec1df..ea453409 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ docker-compose up -d 10 - Open your browser and visit `http://laravel.dev` -> Debugging: in case you faced an error here, it might be that you forget to provide some permissions for Laravel, so try running the following command on the Laravel rood directory: +> Debugging: in case you faced an error here, it might be that you forget to provide some permissions for Laravel, so try running the following command on the Laravel root directory: `sudo chmod -R 777 storage && sudo chmod -R 777 bootstrap/cache`