From bc138a90809fb9325a512d88a18c393faa68a7fb Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Wed, 1 Jul 2015 11:57:03 +1000 Subject: [PATCH] Minor changes to make more things fit on one or two lines. --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 77341d85d..2da403e88 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,7 @@ The simple way to use ClassicalSharp is to use the launcher application. You can Note that the first time you run the launcher, a dialog box will pop up saying: *"Some required resources weren't found. Would you like to download them now?"* Just click OK. (This is necessary because I cannot legally redistribute the assets of Minecraft Classic with the application) -*Alternatively, you can pass command line arguments directly to the client. The client expects these arguments to be in the form: ` `, where skin server is optional.* +*Alternatively, you can pass command line arguments directly to the client. The arguments are expected to be in the form: ` `, where skin server is optional.* #### Key combinations * Press escape (after joining a world) to switch to the pause menu. @@ -35,9 +35,9 @@ Note that the first time you run the launcher, a dialog box will pop up saying: * Press escape or click "Back to game" to return to the game. Some points to note: -* If the server has disabled hacks, some of the key combinations such as fly, speed etc will not do anything. -* Pressing F6 to change view distance can improve performance by limiting the number of visible chunks. -* Pressing F7 to toggle VSync on or off. On minimises CPU usage, whereas off maximises chunk loading speed. +* If the server has disabled hacks, some key combinations such as fly, speed etc will not do anything. +* Press F6 to change view distance. Limiting the number of visible chunks can improve performance. +* Press F7 to toggle VSync on or off. On minimises CPU usage, whereas off maximises chunk loading speed. #### Client commands * To see a list of all built in commands, type `/client commands`.