From 2f6f2cc44a2b7bc65f9b604fe1c98565f9bea8a3 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sat, 26 Feb 2022 13:14:02 +0800 Subject: [PATCH] :art: Fix typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e65cd748b..500f737d5 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ The data is saved in the workspace folder (the default is in the user's home dir * `assets` are used to save all inserted asset files * `templates` are used to save template snippets * `widgets` are used to save widgets -* `emojis` are uaed to save emoji images +* `emojis` are used to save emoji images * The rest of the folders are the notebook folders created by the user, files with the suffix of `.sy` in the notebook folder are used to save the document data, and the data format is JSON ### Is SiYuan open source? @@ -121,8 +121,8 @@ It is not completely open source at present, but some components and application * [Editor Engine](https://github.com/88250/lute) * [End-to-end encryption](https://github.com/siyuan-note/encryption) * [Chrome Clipping Extension](https://github.com/siyuan-note/siyuan-chrome) -* [Android](https://github.com/siyuan-note/siyuan-android) -* [iOS](https://github.com/siyuan-note/siyuan-ios) +* [Android App](https://github.com/siyuan-note/siyuan-android) +* [iOS App](https://github.com/siyuan-note/siyuan-ios) ### Is there any note for deleting docs?