From fdc14864d93d8694c10df97988fc8faa47026630 Mon Sep 17 00:00:00 2001 From: Oluwatobi Samuel Omisakin Date: Wed, 11 Mar 2020 21:12:51 +0200 Subject: [PATCH] Update command text typo --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index adf17cb..7871e50 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # Laravel Dockerizer -You want to use docker, and add it into you laravel project immediately. Add, yes add docker to your Laravel. And continue your development. +You want to use docker, and add it into you laravel project immediately? Add, yes add docker to your Laravel. And continue your development. ## First install @@ -19,7 +19,7 @@ Common ones are After this `docker-compose.yml`, `Dockerfile`, and `dockerizer.sh` should already be moved to your project's directory. -Then `cd ..` into your project, and run bash commad against `dockerizer.sh`. +Then `cd ..` into your project, and run bash command against `dockerizer.sh`. After that go to `localhost:8070`