From 2bc7d984029dfbcaf1e689d027d62591978a50a0 Mon Sep 17 00:00:00 2001 From: greyovo Date: Thu, 22 Feb 2024 21:41:37 +0800 Subject: [PATCH] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5edc0ff..56dcbfc 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Go to [releases](https://github.com/greyovo/MarkditorApp/releases) page. ## Development -> Note: Markditor is initially made with Electron, **but currently Tauri is preferred.** So far Electron is still in development and has some unimplemented Platform API. See `electron/main/handler` +> Note: Markditor is initially made with Electron, **but currently Tauri is preferred.** So far Electron is still in development but has some unimplemented Platform API. See `electron/main/handler`. Electron backend may be deprecated in the future. > > By encapsulating IPC communication (see `shared/platform_api.d.ts` and `src/ipc`), Markditor can be easily migrated to other backends such as Tauri.