aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Leal <halfpacho@gmail.com>2023-01-07 05:58:16 -0600
committerGitHub <noreply@github.com>2023-01-07 12:58:16 +0100
commitd82d18bfb1a51e0f2f0a89999474e98890addf7e (patch)
tree80e57c18b0bc3f1b16235432b8b93256aaa08e90
parentd603619ad3cc0e5f7ac942e41469462be43e2f5d (diff)
downloadminetest-d82d18bfb1a51e0f2f0a89999474e98890addf7e.tar.xz
Replace minetest_game with "Minetest Game" where appropriate
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index c13d5f822..67e36c036 100644
--- a/README.md
+++ b/README.md
@@ -175,7 +175,7 @@ Download source (this is the URL to the latest of source repository, which might
git clone --depth 1 https://github.com/minetest/minetest.git
cd minetest
-Download minetest_game (otherwise only the "Development Test" game is available) using Git:
+Download Minetest Game (otherwise only the "Development Test" game is available) using Git:
git clone --depth 1 https://github.com/minetest/minetest_game.git games/minetest_game
@@ -189,7 +189,7 @@ Download source, without using Git:
tar xf master.tar.gz
cd minetest-master
-Download minetest_game, without using Git:
+Download Minetest Game, without using Git:
cd games/
wget https://github.com/minetest/minetest_game/archive/master.tar.gz
@@ -405,7 +405,7 @@ git clone --depth 1 https://github.com/minetest/minetest.git
cd minetest
```
-Download minetest_game (otherwise only the "Development Test" game is available) using Git:
+Download Minetest Game (otherwise only the "Development Test" game is available) using Git:
```
git clone --depth 1 https://github.com/minetest/minetest_game.git games/minetest_game