From 9d3763c6e3e7bb9a2f5a0a65866427a30810a5e4 Mon Sep 17 00:00:00 2001 From: Nathan Franke Date: Fri, 17 Jun 2022 13:41:50 -0500 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b06d398..a0b5c09 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # gdextension -Self-contained gdextension template for Godot Engine 4.x +Self-contained gdextension template for Godot Engine 4+ ### Getting started: 1. Clone this repository (or a new repository with this template) with submodules. @@ -8,7 +8,7 @@ Self-contained gdextension template for Godot Engine 4.x `cd gdextension` 2. Build all libraries for the current platform. - `scons` -3. Import, edit, and play `project/` using Godot Engine (4.x or later). +3. Import, edit, and play `project/` using Godot Engine 4+. 4. Check the output: ``` Hello GDScript!