From 2c337e23ed96d8ae1b7ab22d829af255a4bc0ef7 Mon Sep 17 00:00:00 2001 From: Roberto Civille Rodrigues <719920+robertocr@users.noreply.github.com> Date: Fri, 17 Jan 2020 15:19:14 -0300 Subject: [PATCH] WebAssembly spelling Former-commit-id: e355f300cb9fbee5038dd9c3cdad9726b557cebb --- _examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_examples/README.md b/_examples/README.md index 694e8b14..d993ff0e 100644 --- a/_examples/README.md +++ b/_examples/README.md @@ -33,7 +33,7 @@ $ go run main.go ### Overview - [Hello world!](hello-world/main.go) -- [Hello WebAssemply!](webassembly/basic/main.go) +- [Hello WebAssembly!](webassembly/basic/main.go) - [Glimpse](overview/main.go) - [Tutorial: Online Visitors](tutorial/online-visitors/main.go) - [Tutorial: A Todo MVC Application using Iris and Vue.js](https://hackernoon.com/a-todo-mvc-application-using-iris-and-vue-js-5019ff870064)