From 455167c4ca7feede41c0ee8c497ae143f9aad1a1 Mon Sep 17 00:00:00 2001 From: ss-sonic Date: Wed, 23 Apr 2025 02:44:52 +0400 Subject: [PATCH] Update README.md to enhance project description - Revise the project overview to highlight `botcore` as a production-grade, asynchronous engine. - Emphasize enterprise-level observability features and the framework's suitability for building robust event-driven applications. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54e8e18..5c3d6d8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A flexible and efficient bot engine framework for building event-driven bots in ## Overview -`botcore` is a high-performance, type-safe framework for building event-driven bots in Rust. It provides a modular architecture that makes it easy to create, test, and maintain bot applications that can react to various events in real-time. +`botcore` is a production-grade, asynchronous engine for building robust event-driven bots in Rust. It offers enterprise-level observability features, a flexible architecture, and type-safe APIs that enable developers to efficiently create, test, and deploy trading bots, arbitrage systems, and other event-reactive applications. ## Features