From ebdf2598072f6e71662754afc206b6ee8b41b501 Mon Sep 17 00:00:00 2001 From: bhagerty Date: Sat, 8 Oct 2016 18:06:07 -0500 Subject: [PATCH] Fix typo in readme.md I'm pretty sure "OpenStack" should be "AWS." --- vagrant-aws/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant-aws/README.md b/vagrant-aws/README.md index 4a8cc6a..9591d07 100644 --- a/vagrant-aws/README.md +++ b/vagrant-aws/README.md @@ -8,7 +8,7 @@ These files were created to allow users to use Vagrant ([http://www.vagrantup.co * **README.md**: The file you're currently reading. -* **Vagrantfile**: This file is used by Vagrant to spin up the OpenStack instance. There are two changes that **must** be made to this file in order for it to function properly: you must specify the correct path to your SSH private key (the private key for the keypair specified in `instances.yml`), and you must supply the correct name to the dummy box installed for use with AWS. +* **Vagrantfile**: This file is used by Vagrant to spin up the AWS instance. There are two changes that **must** be made to this file in order for it to function properly: you must specify the correct path to your SSH private key (the private key for the keypair specified in `instances.yml`), and you must supply the correct name to the dummy box installed for use with AWS. ## Instructions