patx/micropie
Update README.md
Commit 25ac84f · Harrison Erd · 2025-01-28T15:37:52-05:00
Comments
No comments yet.
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.