From 9bd765d2c85a998a0d2b58ef1b31af159be51157 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sat, 18 Jun 2022 15:33:34 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae4df55f..517f134e 100644 --- a/README.md +++ b/README.md @@ -207,8 +207,8 @@ The installation instructions are on the [official website](https://wails.io/doc - Is this an alternative to Electron? Depends on your requirements. It's designed to make it easy for Go programmers to make lightweight desktop - applications or add a frontend to their existing applications. Whilst Wails does not currently offer hooks into native - elements such as menus, this may change in the future. + applications or add a frontend to their existing applications. Wails v2 does offer native elements such as menus + and dialogs so it is becoming a lightweight electron alternative. - Who is this project aimed at?