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.