From 4458ef2daf39e8509207a815ae28df52b37f114f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaros=C5=82aw=20Konik?= Date: Mon, 24 Jul 2023 21:51:20 +0200 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 0026214..b803bc6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # bevy_scriptum 📜 -⚠️ **Pre-release, alpha version**: API is bound to change, bugs are to be expected. - bevy_scriptum is a a plugin for [Bevy](https://bevyengine.org/) that allows you to write some of your game logic in a scripting language. Currently, only [Rhai](https://rhai.rs/) is supported, but more languages may be added in the future.