From 035b9beaa31f4bebbca5d92c3b237491997809d7 Mon Sep 17 00:00:00 2001 From: gered Date: Fri, 14 Apr 2017 18:43:44 -0400 Subject: [PATCH] update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 34cf650..74edb47 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,9 @@ public class ExampleBot { } }); - // if you pass true, blocks indefinitely and keeps Broodwar instance - // connection to keep playing subsequent matches. - // if you pass false, startGame will return after a single match and + // if you pass false, blocks indefinitely and keeps a Broodwar + // instance connection to keep playing subsequent matches. + // if you pass true, startGame will return after a single match and // disconnects from the Broodwar instance. you can call startGame as // many times as you wish in this case. mirror.startGame(true);