From c4f2b9590b7253ee9a5aeb14ca88cef4ad62a444 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Tue, 18 Apr 2023 15:54:35 +0200 Subject: [PATCH] Included the library togo into the README file. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2982e8b..5b831fe 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +
+ SwiftLibs logo +
+ # 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);