# HG changeset patch # User Paul Issott # Date 1489965755 0 # Node ID 4cfc84382409c83f6f0108dbc23fcccc9521615b # Parent 6eac67be306d5beb1373bd85499ae3b30c473c84 Tiny edits diff -r 6eac67be306d -r 4cfc84382409 README --- a/README Sun Mar 19 22:29:36 2017 +0100 +++ b/README Sun Mar 19 23:22:35 2017 +0000 @@ -12,18 +12,18 @@ $ sudo make install -Tazcraft will automaticaly download Minecraft client and start it. Minecraft -is powered by Java, it may work with icetea but Tazcraft let you install the +Tazcraft will automatically download a Minecraft client and start it. Minecraft +is powered by Java, it may work with icetea but Tazcraft lets you install the Sun Java Runtime environment, please see the Java section. When Java and Tazcraft are installed you will find a menu entry in the Games category. To -start playing from command line: +start playing from a command line: $ tazcraft -p == Minecraft server console commands == ---------------------------------------- -Just a few useful console commands Use the built-in help the get all commands: +Just a few useful console commands Use the built-in help to get all the commands: /help [1-9] /op [username] diff -r 6eac67be306d -r 4cfc84382409 web/tazcraft.cgi --- a/web/tazcraft.cgi Sun Mar 19 22:29:36 2017 +0100 +++ b/web/tazcraft.cgi Sun Mar 19 23:22:35 2017 +0000 @@ -78,7 +78,7 @@ html_header "README" echo "

README

" echo "
"
-		# Let have a few color in README
+		# Let's have a few colors in README
 		cat ${README} | sed \
 			-e "/^====.*/"d -e "/^----.*/"d \
 			-e s"#==\([^']*\)==#

\1

#"g \