diff --git a/README.md b/README.md
index bf6f6bfd2f64081c30ec589df9be25c44e7fa4e8..e809426f0e1c93472c817f0e94c3e8c4f58b14cd 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
 ## 📝 Overview
 
-This repository handles the deployment of every static graph which gets included into the CoScInE environment. It is a C# program that performs tasks related to deploying RDF graphs to a Virtuoso triple store. The program connects to a Virtuoso server and obtains configuration settings from a Consul configuration store. It then clones one or more Git repositories containing RDF graphs, merges the graphs into a single graph, and inserts the resulting graph into the Virtuoso triple store. The program logs its progress and any errors it encounters using the NLog logging framework.
+This repository handles the deployment of every static graph which gets included into the Coscine environment. It is a C# program that performs tasks related to deploying RDF graphs to a Virtuoso triple store. The program connects to a Virtuoso server and obtains configuration settings from a Consul configuration store. It then clones one or more Git repositories containing RDF graphs, merges the graphs into a single graph, and inserts the resulting graph into the Virtuoso triple store. The program logs its progress and any errors it encounters using the NLog logging framework.
 
 ## ⚙️ Configuration