]> git.lizzy.rs Git - minetest.git/commitdiff
Replace minetest_game with "Minetest Game" where appropriate
authorDavid Leal <halfpacho@gmail.com>
Sat, 7 Jan 2023 11:58:16 +0000 (05:58 -0600)
committerGitHub <noreply@github.com>
Sat, 7 Jan 2023 11:58:16 +0000 (12:58 +0100)
README.md

index c13d5f8223db3e4e494ba6f080e92a31c0bea049..67e36c036753c0227b1f3d207606dce321b4dfe9 100644 (file)
--- 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