From 9f8559c12db5875a79a6158926e4235e0ca5757e Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Tue, 18 Jan 2022 12:34:40 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5c12a3..09404ef 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ - 🎉 **New Features** - **Moved from TinyDB to SQLite**: SQLite provide a better performance and loading speed when getting peers! Also avoided crashing the database due to **race condition**. - - **Added Gunicorn WSGI Server**: This could provide more stable on handling HTTP request, and more flexibility in the future (such as HTTPS support). **BIG THANKS to @pgalonza :heart: ** + - **Added Gunicorn WSGI Server**: This could provide more stable on handling HTTP request, and more flexibility in the future (such as HTTPS support). **BIG THANKS to @pgalonza :heart:** - **Add Peers by Bulk: ** User can add peers by bulk, just simply set the amount and click add. - **Delete Peers by Bulk**: User can delete peers by bulk, without deleting peers one by one. - **Download Peers in Zip**: User can download all *downloadable* peers in a zip.