From af7a0ad2934cf44f18d25ab3ff0f40a259ed8a4b Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sat, 11 May 2019 14:49:37 +0200 Subject: [PATCH] REEADME.md: fix typo Signed-off-by: Elias Naur --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2ce58d8..4f128a53 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Gio Gio implements portable immediate mode GUI programs in Go. Gio programs run on all the major platforms: -iOS/tvOS, Android, Linux (Wayland), macOS, Windows and browsers (Wwebassembly/WebGL). +iOS/tvOS, Android, Linux (Wayland), macOS, Windows and browsers (Webassembly/WebGL). Gio includes an efficient vector renderer based on the Pathfinder project (https://github.com/pcwalton/pathfinder). Text and other shapes are rendered using only their outlines without baking them into texture images,