From 989ccc6a88b233d6abc45bede8fdf25c4ff22ec9 Mon Sep 17 00:00:00 2001
From: Nathan Rodet <nrodet@grandlyon.com>
Date: Fri, 13 Jan 2023 09:57:15 +0100
Subject: [PATCH] Added scripts configuration

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3299350..823bd90 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ On run state, Terraform will create, modify and destroy infrastructure resources
 | scaleway_instance_security_group |        | 22, 443      |
 | scaleway_instance_server         | DEV1-L |              |
 
-After the resources provisionned with Terraform, Cloud-init will configure the instances by running bash scripts, creating files... And 3 services will be running for each instance :
+After the resources provisionned with Terraform, Cloud-init will configure the instances by running bash scripts, creating files... And 3 services will be running for each instance.
 
 **Running services :**
 
@@ -27,7 +27,7 @@ After the resources provisionned with Terraform, Cloud-init will configure the i
 - Code-server
 - Webtop
 
-After deployment, each resource can be accessed though HTTPS depending their count number :
+After deployment, each resource can be accessed though HTTPS depending on their count number :
 - https://desktop-0.rust-0.daag.alpha.grandlyon.com/
 - https://code-0.rust-0.daag.alpha.grandlyon.com/
 
-- 
GitLab