diff --git a/README.md b/README.md index dbaab14..2b0595b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![GitHub license](https://img.shields.io/github/license/dimkauzh/webzen) ![Lines of code](https://tokei.rs/b1/github/dimkauzh/webzen?category=lines) -Webzen is a Go Game Engine Framework that targets WebAssembly, enabling you to build web applications with Go. It helps you build ui's in the web and render things easy and fast. This project leverages `syscall/js` to interact with the JavaScript runtime in the browser. +Webzen is a Go Game Engine that targets WebAssembly, enabling you to build web applications with Go. It helps you build ui's in the web and render things 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.