浏览代码

Readme grammar fix

Signed-off-by: Gene Walters <[email protected]>
Gene Walters 3 年之前
父节点
当前提交
e926fb2c0c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -103,7 +103,7 @@ A server can be run as follows
 ```shell
 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. 
 
 #### (Optional) Running the Server Headless