From 883e79216af886437cbc6a34bdd371f69f8cc13b Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Tue, 22 Apr 2025 08:43:53 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2bbe832..3c6e8889 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Micro is a standard library for microservices. ## Overview -Micro provides the core requirements for distributed systems development including RPC and Event driven communication. +Micro provides the core requirements for distributed systems development including SYNC and ASYNC communication. ## Features