Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkauzh committed Oct 8, 2023
1 parent 9834371 commit 5770b9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ Webzen is a Go Game Engine that targets WebAssembly, enabling you to build web a
Webzen doesnt need anything except Go version that is higher that 1.18. There is no C compiler or anything needed, but we recommend wasmserve to quickly run your code.

### Getting the Go package
Wenzen is an ordinary go package, so you can get it using this command:
Webzen is an ordinary go package, so you can get it using this command:
```bash
go get github.com/dimkauzh/webzen@latest
```
The package is also [available on pkg.go.dev](https://pkg.go.dev/github.com/dimkauzh/webzen).

### How to Run the Example

Expand Down

0 comments on commit 5770b9a

Please sign in to comment.