diff --git a/README.md b/README.md index 058aee2894..e15fab7859 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Izumi (*jp. 泉水, spring*) is an ecosystem of independent libraries and framew including the following components: -1. [distage](https://izumi.7mind.io/distage/) – Compile-time safe, transparent and debuggable Dependency Injection framework for pure FP Scala, +1. [distage](https://izumi.7mind.io/distage/) – Compile-time safe, transparent and debuggable multi-modal Dependency Injection framework for pure FP Scala, 2. [distage-testkit](https://izumi.7mind.io/distage/distage-testkit) – Hyper-pragmatic pure FP Test framework. Shares heavy resources globally across all test suites; lets you easily swap implementations of component; uses your effect type for parallelism. 3. [distage-framework-docker](https://izumi.7mind.io/distage/distage-framework-docker) – A distage extension for using docker containers in tests or for local application runs, comes with example Postgres, Cassandra, Kafka & DynamoDB containers. 4. [LogStage](https://izumi.7mind.io/logstage/) – Automatic structural logs from Scala string interpolations, diff --git a/doc/microsite/src/main/tut/izumi.md b/doc/microsite/src/main/tut/izumi.md index a0f43e85fd..6300a5b126 100644 --- a/doc/microsite/src/main/tut/izumi.md +++ b/doc/microsite/src/main/tut/izumi.md @@ -10,7 +10,7 @@ Izumi (*jp. 泉水, spring*) is an ecosystem of independent libraries and framew including the following components: -1. @ref[**distage**](distage/00_distage.md) – Compile-time safe, transparent and debuggable Dependency Injection framework for pure FP Scala, +1. @ref[**distage**](distage/00_distage.md) – Compile-time safe, transparent and debuggable multi-modal Dependency Injection framework for pure FP Scala, 2. @ref[**distage-testkit**](distage/distage-testkit.md) – Hyper-pragmatic pure FP Test framework. Shares heavy resources globally across all test suites; lets you easily swap implementations of component; uses your effect type for parallelism. 3. @ref[**distage-framework-docker**](distage/distage-framework-docker.md) – A distage extension for using docker containers in tests or for local application runs, comes with example Postgres, Cassandra, Kafka & DynamoDB containers. 4. @ref[**LogStage**](logstage/00_logstage.md) – Automatic structural logs from Scala string interpolations,