From 95f7b5ddd06819efaedd012596638dc1d38e63b3 Mon Sep 17 00:00:00 2001 From: SakulFlee Date: Tue, 17 Dec 2024 18:33:07 +0100 Subject: [PATCH] Typo in README GitHub Action example YAML -> include-templates description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 600d416..800187e 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ jobs: version: 4.0.0-beta16 # also valid: 4.0.0.rc1 or 4.0.0, etc # Use .NET-enabled version of Godot (the default is also true). use-dotnet: true - # Include the Godot Export Templtes (the default is false). + # Include the Godot Export Templates (the default is false). include-templates: true - name: 🔬 Verify Setup