From cb48b5a300919e44ecf9a7a591f411f39381aee8 Mon Sep 17 00:00:00 2001 From: Dima Marhitych Date: Sun, 15 Oct 2023 16:44:42 +0200 Subject: [PATCH] Updated makefile and Beta v0.1.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e26be97..2ae26c4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Webzen is a Go Game Engine that targets WebAssembly, enabling you to build web applications with Go. It helps you build your games easy and fast. This project leverages `syscall/js` to interact with the JavaScript runtime in the browser. -> **Please note that Webzen is currently under high maintenance and is not production-ready.** The project is actively being developed and improved, which is why there is only a `dev` branch available. +> **Please note that Webzen is currently under high maintenance and is not production-ready.** The project is actively being developed and improved, which is why there is only a `dev` branch available. Its currently in Beta status ## Building