From bf0e0bbcdff69a2402b34f8bf08e6446e021185a Mon Sep 17 00:00:00 2001 From: Jacob Bolda Date: Sun, 12 Jul 2020 09:25:57 -0500 Subject: [PATCH] chore: point to new webview org in the readme (#816) version updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1583ff270..388f47a7b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Tauri Apps ## Introduction Tauri is a framework for building tiny, blazing fast binaries for all major desktop platforms. Developers can integrate any front-end framework that compiles to HTML, JS and CSS for building their user interface. The backend of the application is a rust-sourced binary with an API that the front-end can interact with. -The user interface in Tauri apps currently leverages Cocoa/WebKit on macOS, gtk-webkit2 on Linux and MSHTML (IE10/11) or Webkit via Edge on Windows. **Tauri** uses (and contributes to) the MIT licensed project that you can find at [webview](https://github.com/zserge/webview). +The user interface in Tauri apps currently leverages Cocoa/WebKit on macOS, gtk-webkit2 on Linux and MSHTML (IE10/11) or Webkit via Edge on Windows. **Tauri** uses (and contributes to) the MIT licensed project that you can find at [webview](https://github.com/webview/webview) and the [related webview organization](https://github.com/webview). ## Get Started