From 7f82b5d637263d82325fca4f1701128221e557c6 Mon Sep 17 00:00:00 2001 From: Larry Clapp Date: Sun, 4 Aug 2019 12:32:16 -0400 Subject: [PATCH] README.md: add backticks to giowindow div tag Wrap backticks around the "div" tag mentioned in the README, so it looks like this: `
` Without the backticks, the markdown renderer renders it as an actual
tag in the output html (without an ID, either). Signed-off-by: Larry Clapp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2c4f345..e529d2cd 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Building for tvOS requires (the not yet released) Go 1.13. ## Webassembly/WebGL To run a Gio program in a browser with WebAssembly and WebGL support, use the Go webassembly -driver and add a
element to a HTML page. The gio tool can also output +driver and add a `
` element to a HTML page. The gio tool can also output a directory ready to view in a browser: $ go run gioui.org/cmd/gio -target js gioui.org/apps/gophers