From a215d6c06a9ca29d3d53a2a2c69ff1832dc11fcb Mon Sep 17 00:00:00 2001 From: molvqingtai Date: Sat, 28 Sep 2024 19:21:36 +0800 Subject: [PATCH] docs: update readme --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index bf0ef96..3e072eb 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,13 @@ The aim is to add chat room functionality to any website, enabling real-time mes ### Video - - 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. -- **[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 reimplementation of the UI part, such as rewriting it in Vue, due to its independence from the UI. +- **[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. - **[shadcn/ui](https://ui.shadcn.com/)**: A beautiful UI library and a pioneer of the no-install concept, offering unmatched convenience in customizing styles.