diff --git a/README.md b/README.md index 4a00928..ee94bfd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ The release notes and changelogs are [available here](https://gitlab.com/opensav This project contains the following modules: -- [Pedestal Logger](https://opensavvy.gitlab.io/pedestal/api-docs/logger/index.html) is a simple logger implementation for multiplatform projects. - [Pedestal Progress](https://opensavvy.gitlab.io/pedestal/api-docs/progress/index.html) models the progress of an asynchronous task and its subtasks (companion: [KotlinX.Coroutines](https://opensavvy.gitlab.io/pedestal/api-docs/progress-coroutines/index.html)). - [Pedestal State](https://opensavvy.gitlab.io/pedestal/api-docs/state/index.html) models the success or failure of an operation, without losing progress information (companions: [KotlinX.Coroutines](https://opensavvy.gitlab.io/pedestal/api-docs/state-coroutines/index.html), [Arrow](https://opensavvy.gitlab.io/pedestal/api-docs/state-arrow/index.html)). - [Pedestal Cache](https://opensavvy.gitlab.io/pedestal/api-docs/cache/index.html) is a collection of reactive cache implementations to aggressively reduce bandwidth usage with easy integration with reactive UI frameworks, like React or Compose.