From d6bf2d2d71218e4c699532b4f4f2fa71f7c7ec25 Mon Sep 17 00:00:00 2001 From: CJSS Date: Wed, 26 Oct 2022 09:42:09 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9d746cf4..fa2a98f49 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ If you have questions, join us across various [social platforms](https://docs.af ## Thanks -We would also like to give thanks to open-source projects that make affine possible: +We would also like to give thanks to open-source projects that make AFFiNE possible: - [Yjs](https://github.com/yjs/yjs) & [Yrs](https://github.com/y-crdt/y-crdt) -- Fundamental support of CRDTs for our implementation on state management and data sync. - [React](https://github.com/facebook/react) -- View layer support and web GUI framework.