diff --git a/README.md b/README.md index 101830a..bd2ef66 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Dew is a command bus library for Go, designed to enhance developer experience an - **Pragmatic and Ergonomic**: Focused on developer experience and productivity. - **Production Ready**: 100% test coverage. - **Zero Dependencies**: No external dependencies. -- **Fast**: Utilizes a trie data structure for command routing, see [benchmarks](#benchmarks). +- **Fast**: See [benchmarks](#benchmarks). ## Installation diff --git a/docs/source/index.rst b/docs/source/index.rst index d840939..0b789b8 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -29,6 +29,8 @@ Features - 100% test coverage. * - 📦 Zero dependencies - No external dependencies. + * - ⚡️ Fast + - Benchmarked and optimized for performance. .. toctree:: :caption: Introduction