From 8336a5fe8214b158c4a17eb0a25b8a5e9a0e140c Mon Sep 17 00:00:00 2001 From: Fulvio Risso Date: Mon, 21 Oct 2024 14:25:57 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a827e628..ba760fd15 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ For more information, visit the CrownLabs website ([https://crownlabs.polito.it] CrownLabs relies on two major high-level components: * **The Backend Business Logic**, which provides the different CrownLabs functionalities and is implemented by custom Kubernetes operators (e.g. the Instance Operator); -* **qlkube**, a middleware that enables the exposition of the Kubernetes API Server as a GraphQL service; +* **qlkube**, a middleware that can expose the Kubernetes API Server as a GraphQL service; * **The Frontend Dashboard**, which interacts with the Kubernetes API Server through _qlkube_ and exposes the different CrownLabs custom resources through a graphical interface. A high-level representation of the main architectural building blocks composing CrownLabs is given by the following figure.