From 2be4b1bd0f054a3f9d03a8f6bdd3ed5a753afa53 Mon Sep 17 00:00:00 2001
From: sguazt <marco.guazzone@gmail.com>
Date: Tue, 1 Mar 2022 12:26:01 +0100
Subject: [PATCH] Fixed a typo.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 90b9da7..0d0f9b0 100755
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ With EasyCloud, a user can:
 * gather metrics data from instances and send them into multiple sinks (e.g., save them in plain CSV files or in a [Redis](https://www.redis.io) data store, or publish them to [Apache Kafka](https://kafka.apache.org), or even to push them on third-party monitoring systems like [Prometheus](https://www.prometheus.io))
 * create/manage policies in order to prevent faults (i.e., "if the CPU utilization is higher than XX %, then clone it")
 
-Please cite one of the following paper if you use EasyCloud:
+Please cite one of the following papers if you use EasyCloud:
 
 > Cosimo Anglano, Massimo Canonico, and Marco Guazzone.
 > *EasyCloud: Multi-clouds made easy*
-- 
GitLab