diff --git a/README.md b/README.md
index 2982e8b..5b831fe 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
+
+
+
+
# SwiftLibs
This package contains the core building blocks that we, [Röck+Cöde](https://rock-n-code.com), usually use to build any kind of application written in the [Swift programming language](https://www.swift.org/documentation/).
@@ -6,7 +10,7 @@ This package contains the core building blocks that we, [Röck+Cöde](https://ro
This package contains several libraries which a developer can also use in their own codebase, and these libraries are grouped by a certain concern or purpose.
-Currently, this package contains the following libraries:
+To provide further details about the libraries included in this package:
* `Communications`: protocols, enumerations and a ready-to-use mock url class to build remote API services;
* `Coordination`: protocols to implement the [Coordinator pattern](https://khanlou.com/2015/01/the-coordinator/) and some ready-to-use platform-specific concrete routers;
* `Core`: extensions we usually add to the base layer functionality and primitive types provided by the [Swift standard library](https://https://www.swift.org/documentation/#standard-library);