From 0055d36f2dc60dcecaa83ff692da37ea09017bf6 Mon Sep 17 00:00:00 2001 From: John Starich Date: Sat, 31 Jul 2021 23:33:40 -0500 Subject: [PATCH] Update README with new domain --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dd72176..5579004 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Go Wasm +# hackpad -Go Wasm is a [Go][] development environment with the essentials to write and run code entirely within the browser, using the power of [WebAssembly (Wasm)][wasm]. +Hackpad is a [Go][] development environment with the essentials to write and run code entirely within the browser, using the power of [WebAssembly (Wasm)][wasm]. -Check out the article announcement on [Medium][], and the demo at https://go-wasm.johnstarich.com +Check out the article announcement on [Medium][], and the site at https://hackpad.org [Go]: https://golang.org @@ -13,4 +13,4 @@ Check out the article announcement on [Medium][], and the demo at https://go-was Want to discuss an idea or a bug? Open up a new [issue][] and we can talk about it. Pull requests are welcome. -[issue]: https://github.com/JohnStarich/go-wasm/issues +[issue]: https://github.com/hack-pad/hackpad/issues