diff --git a/readme.md b/readme.md index 631537e0..db1d7374 100644 --- a/readme.md +++ b/readme.md @@ -38,7 +38,7 @@ For more advance projects, with two `microservices` and `modular monolith archit - ✅ Using `OpenTelemetry` for collection `Distributed Tracing` with using Jaeger and Zipkin - ✅ Using `OpenTelemetry` for collection `Metrics` with using Prometheus and Grafana - ✅ Using Unit test for testing small units with mocking dependent classes and using [Mockery](https://github.com/vektra/mockery) for mocking dependencies -- ✅ Using `End2End Test` and `Integration Test` for testing features with all of its real dependeinces using docker containers (cleanup tests) and [testcontainers-go](https://github.com/testcontainers/testcontainers-go) library +- ✅ Using `End2End Test` and `Integration Test` for testing features with all of their real dependeinces using docker containers (cleanup tests) and [testcontainers-go](https://github.com/testcontainers/testcontainers-go) library - ✅ Using `Zap` and structured logging - ✅ Using `Viper` for configuration management - ✅ Using docker and `docker-compose` for deployment