From 535403117ffac4d2ad3d7f5aac7e80492c61950c Mon Sep 17 00:00:00 2001 From: Piethein Strengholt Date: Fri, 11 May 2018 13:22:53 +0200 Subject: [PATCH] fix typo's readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index fa496b1..c586157 100755 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ This repository is a copy of the laravel-docker-k8s from [nahidulhasan](https:// ### Build and run the docker image from the project folder -Start the tutorial by cloning the current repostory by usig the following command: +Start the tutorial by cloning the current repository by using the following command: ``` git clone https://github.com/pietheinstrengholt/laravel-docker-k8s @@ -40,7 +40,7 @@ The next step is that we will create a new Docker image, which will be pushed to docker build . -f ./deploy/dockerfile -t laravel-on-k8s:v1 ``` -Before pushing the image make sure you are logged into the Docker Hub. Run the command below to login. If you not have a Docker acount please sign up using the this [link](https://hub.docker.com/). +Before pushing the image make sure you are logged into the Docker Hub. Run the command below to login. If you not have a Docker account please sign up using the this [link](https://hub.docker.com/). ``` docker login