WebAssembly spelling

Former-commit-id: e355f300cb9fbee5038dd9c3cdad9726b557cebb
This commit is contained in:
Roberto Civille Rodrigues 2020-01-17 15:19:14 -03:00 committed by GitHub
parent b5d847fcbe
commit 2c337e23ed

View File

@ -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)