From 4a73f2810b9517eacdc8801bdfb8fc3e9c76c097 Mon Sep 17 00:00:00 2001
From: Vojdan Kjorveziroski <vojdan.kjorveziroski@finki.ukim.mk>
Date: Mon, 3 Jun 2024 17:36:07 +0200
Subject: [PATCH] Use lowercase nmaas on the what-is-nmaas page

---
 docs/what-is-nmaas.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/what-is-nmaas.md b/docs/what-is-nmaas.md
index 1e7689a..992c41d 100644
--- a/docs/what-is-nmaas.md
+++ b/docs/what-is-nmaas.md
@@ -1,5 +1,5 @@
-# What is **NMaaS**?
+# What is **nmaas**?
 
-NMaaS is an [open source](https://gitlab.software.geant.org/nmaas) framework originally developed within the [GÉANT](https://geant.org/projects/) project for orchestration of on-demand deployment of applications in a Kubernetes-based cloud environment.
+The nmaas platform is an [open source](https://gitlab.software.geant.org/nmaas) framework originally developed within the [GÉANT](https://geant.org/projects/) project for orchestration of on-demand deployment of applications in a Kubernetes-based cloud environment.
 
-With a simple self-service web interface, NMaaS applications are easily deployed within an isolated tenant environment assigned to a given institution or team. An application’s lifecycle (configuration updates and re-deployments) is fully managed following a GitOps approach: a specific Git repository is tightly associated with every deployed application and a set of CI/CD pipelines ensure proper re-deployments of the applications following every update on the Git master branch.
\ No newline at end of file
+With a simple self-service web interface, nmaas applications are easily deployed within an isolated tenant environment assigned to a given institution or team. An application’s lifecycle (configuration updates and re-deployments) is fully managed following a GitOps approach: a specific Git repository is tightly associated with every deployed application and a set of CI/CD pipelines ensure proper re-deployments of the applications following every update on the Git master branch, ensuring consistent configuration.
\ No newline at end of file
-- 
GitLab