From 077280c412889b1c177e848dcd6b00ee108434b1 Mon Sep 17 00:00:00 2001 From: Ryan Martin <51780559+rmrt1n@users.noreply.github.com> Date: Wed, 5 Jun 2024 17:27:17 +0700 Subject: [PATCH] docs: update dev commands in readme (#36) * docs: update dev commands in readme * chore: update version map --------- Co-authored-by: Ryan Martin --- README.md | 2 +- version_map.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60f5d98..2cca70c 100644 --- a/README.md +++ b/README.md @@ -69,5 +69,5 @@ world create my-game cd my-game # Start Cardinal in dev mode without the Cardinal Editor -world cardinal dev --no-editor +world cardinal dev --editor=false ``` diff --git a/version_map.json b/version_map.json index 733d0dd..d762a13 100644 --- a/version_map.json +++ b/version_map.json @@ -11,5 +11,6 @@ "v1.3.3": "v0.4.1", "v1.3.4": "v0.4.1", "v1.3.5": "v0.4.1", - "v1.4.0": "v0.4.1" + "v1.4.0": "v0.4.1", + "v1.4.1": "v0.4.0" }