Bläddra i källkod

Readme grammar fix

Signed-off-by: Gene Walters <[email protected]>
Gene Walters 3 år sedan
förälder
incheckning
e926fb2c0c
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -103,7 +103,7 @@ A server can be run as follows
 ```shell
 ```shell
 MultiplayerSample.ServerLauncher.exe --console-command-file=launch_server.cfg 
 MultiplayerSample.ServerLauncher.exe --console-command-file=launch_server.cfg 
 ```
 ```
-Notice the launch_server.cfg is passed into the commandline. Any file passed into the console-command-file argument will used when starting up the application.
+Notice the launch_server.cfg is passed into the commandline. Any file passed into the console-command-file argument will be used when starting up the application.
 For convenience you can run launch_server.cmd (Windows) or launch_server.sh (Unix) directly. 
 For convenience you can run launch_server.cmd (Windows) or launch_server.sh (Unix) directly. 
 
 
 #### (Optional) Running the Server Headless
 #### (Optional) Running the Server Headless