Skip to content

Commit 3e6b7ed

Browse files
authored
Update README.md
1 parent ad9f4a3 commit 3e6b7ed

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Also contains a modified version of the pure Java BWEM implementation from [BWAP
1313
## Advantages
1414

1515
- No dependency on external DLL's.
16-
- At least [5x](https://github.com/JavaBWAPI/JBWAPI/issues/17) faster compared to bwmirror for primitives as it directly reads the memory mapped client file. Even faster for bwapi objects as it also avoids type marshalling
16+
- At least [5x](https://github.com/JavaBWAPI/JBWAPI/issues/17) faster compared to BWMirror for primitives as it directly reads the memory mapped client file. Even faster for BWAPI objects as it also avoids type marshalling
1717
- Supports both 32 and 64 bit Java (e.g. [deeplearning4j](https://deeplearning4j.org/) requires 64 bit Java which bwmirror doesn't support).
1818
- BWEM instead of BWTA as map analyser.
1919

@@ -72,14 +72,12 @@ or if you already have maven installed
7272

7373
`mvn package`
7474

75-
## HelloBot
75+
## Example
7676

77-
A simple `Hello World` bot is as easy as:
77+
A simple `Hello World` bot is as easy as
7878

7979
```Java
80-
import bwapi.BWClient;
81-
import bwapi.DefaultBWListener;
82-
import bwapi.Game;
80+
import bwapi.*;
8381

8482
class HelloBot extends DefaultBWListener {
8583
private BWClient bwClient;

0 commit comments

Comments
 (0)