瀏覽代碼

Merge pull request #13 from vitr/patch-1

Update README.md (a typo)
Mahmoud Zalt 9 年之前
父節點
當前提交
bd88b95bb5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
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`