From 87276ccaeb09b93907ef441b792bf4290e2830d3 Mon Sep 17 00:00:00 2001
From: Johan Ruuskanen <johan.ruuskanen@control.lth.se>
Date: Fri, 27 Aug 2021 14:03:23 +0000
Subject: [PATCH] Update README.md

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 36b22b5..3a9e6df 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-Terraform script to setup a virtual machine on ERDC Xerces, with associated virtual network and security group rules to allow for SSH access over the internet. 
+Terraform script to setup a virtual machine on ERDC Xerces, with associated virtual network and security group rules to allow for remote SSH access.
 
-#### Prerequisites
+#### Prerequests
 
  * API access to Xerces via either the `cloud.yml` or OpenStack RC file. Both can be found in the "API Access"-tab on your project page on the xerces webpage
 
@@ -23,4 +23,4 @@ ssh-add /path/to/your/private/key
 You can now ssh into your virtual machine using `ssh ubuntu@vm-public-ip`.
 
 #### Remove the terraform instance
-Simply run `terraform destroy`
\ No newline at end of file
+Simply run `terraform destroy`
-- 
GitLab