From 6ae047c0f78ca94ae7dd6f815ffd8c8d48ac1eba Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Tue, 28 May 2019 15:08:29 +0530 Subject: [PATCH] Fix typo in README changed REAMDE to README --- kubernetes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/README.md b/kubernetes/README.md index b549d6a..e9e6593 100644 --- a/kubernetes/README.md +++ b/kubernetes/README.md @@ -15,7 +15,7 @@ Note for Windows users: *This guide assumes you're on a Mac or Linux host. Windo ### 2 - Build the Virtual Machine 1. Download this project and put it wherever you want. - 2. Open Terminal, cd to this directory (containing the `Vagrantfile` and this REAMDE file). + 2. Open Terminal, cd to this directory (containing the `Vagrantfile` and this README file). 3. Run `ansible-galaxy install -r requirements.yml -p ./roles` to install required Ansible roles. 4. Type in `vagrant up`, and let Vagrant do its magic.