From 8409e0a0c37b023a6fc0f00eb06d87cf9276e10b Mon Sep 17 00:00:00 2001 From: molvqingtai Date: Mon, 30 Sep 2024 21:43:02 +0800 Subject: [PATCH] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e072eb..fc127f4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ https://github.com/user-attachments/assets/34890975-5926-4e38-9a5f-34a28e17ff36 ### Standing on the Shoulders of Giants -In addition to the great idea of decentralized chat, it also leverages some fantastic technologies. +In addition to the good idea of decentralized chat, it also leverages some fantastic technologies. - **[remesh](https://github.com/remesh-js/remesh)**: A framework in JavaScript that implements DDD principles, achieving true separation of UI and logic, allowing for easy implementation of the UI part, such as rewriting it in Vue, due to its independence from the UI.