From 6d0ecaecf4f7e35e8f95dfcc8db30dec17636f11 Mon Sep 17 00:00:00 2001 From: Mahmoud Zalt Date: Wed, 18 May 2016 11:17:58 +0300 Subject: [PATCH] general updates to the readme files --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da0e9bdb..65c5e980 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ Running a virtual Container is much faster than running a full virtual Machine. ## Installation -#### A] In existing Laravel Projects: +#### A - In existing Laravel Projects: 1 - Clone the `LaraDock` repository, inside your `Laravel` project root direcotry: @@ -162,7 +162,7 @@ git submodule add https://github.com/LaraDock/laradock.git *If you are not already using Git for your Laravel project, you can use `git clone` instead of `git submodule`.* -#### B] Starting from scratch (we will install Laravel): +#### B - From scratch (Install LaraDock and Laravel): *If you don't have any Laravel project yet, and you want to start your Laravel project with Docker.* @@ -202,7 +202,7 @@ Since the new Laravel application is in the `my-cool-app` folder, we should repl volumes: - ../my-cool-app/:/var/www/laravel ``` -6 - Finallt go to the Usage section below again and do steps 2 and 4. +6 - finally go to the Usage section below again and do steps 2 and 4.