Update README.md

Commit 25ac84f · Harrison Erd · 2025-01-28T15:37:52-05:00

Changeset
25ac84f609fc9fb00674eaeb1a6f7b9c4200b638
Parents
ba963cce34e30bec86fa37b9d287c221332de681

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/README.md b/README.md
index 63346fc..6026d95 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 ## **Introduction**
 
-**MicroPie** is a lightweight, modern Python web framework that supports both synchronous and asynchronous web applications. Designed with flexibility and simplicity in mind, MicroPie enables you to handle high-concurrency HTTP applications with ease while allowing easy and natural integration with external tools like Socket.IO for real-time communication.
+**MicroPie** is a lightweight, modern Python web framework that supports asynchronous web applications. Designed with flexibility and simplicity in mind, MicroPie enables you to handle high-concurrency HTTP applications with ease while allowing easy and natural integration with external tools like Socket.IO for real-time communication.
 
 ### **Key Features**
 - 🚀 **Async & Sync Support:** Define routes as asynchronous or synchronous functions to suit your application's needs.