diff --git a/README.md b/README.md
index 416aba79..0c3447d8 100644
--- a/README.md
+++ b/README.md
@@ -2,21 +2,21 @@
RDFSharp has a modular structure made up of 3 layers:
-RDFSharp.Model
+RDFSharp.Model
- Create and manage RDF models (resources, literals, triples, graphs, namespaces, ...)
- Exchange them using standard RDF formats (N-Triples, TriX, Turtle, RDF/Xml)
- Create and validate SHACL shapes (shape graphs, shapes, targets, constraints, reports, ...)
-RDFSharp.Store
+RDFSharp.Store
- Create and manage RDF stores for context-aware modeling of RDF data (contexts, quadruples, ...)
- Exchange them using standard RDF formats (N-Quads, TriX, TriG)
- Pick a store extension to save and query RDF data on many supported providers
-RDFSharp.Query
+RDFSharp.Query
- Create and execute SPARQL queries on graphs, stores, federations and SPARQL endpoints
- Create and execute SPARQL operations on graphs, stores and SPARQL UPDATE endpoints