From 5aab7b28cdbbfff66f73b77b6ddf6c92ff69b453 Mon Sep 17 00:00:00 2001 From: bunkrur Date: Fri, 23 Feb 2024 01:46:30 -0800 Subject: [PATCH] Update README.md Fix spelling and grammer --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b6d392..07f1521 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ - :sparkle: Using `Health Check` for `reporting` the `health` of app infrastructure components. - :sparkle: Using `Docker-Compose` and `Kubernetes` for our deployment mechanism. - :sparkle: Using `Kibana` on top of `Serilog` for `logging`. -- :sparkle: Using `OpenTelemetry` for distributed tracing top of `Jaeger`. -- :sparkle: Using `OpenTelemetry` for monitoring top of `Prometteuse` and `Grafana`. +- :sparkle: Using `OpenTelemetry` for distributed tracing on top of `Jaeger`. +- :sparkle: Using `OpenTelemetry` for monitoring on top of `Prometheus` and `Grafana`. - :sparkle: Using `IdentityServer` for authentication and authorization base on `OpenID-Connect` and `OAuth2`. - :sparkle: Using `Yarp` as a microservices `gateway`. - :sparkle: Using `Kubernetes` to achieve efficient `scaling` and ensure `high availability` for each of our microservices.