Skip to content

Commit ad91a7f

Browse files
author
Julien
committed
Small doc update
1 parent e4c77cd commit ad91a7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playground/core-concepts/core-2-game-runner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Include the dependency below in the pom.xml of your project.
1313
<dependency>
1414
<groupId>com.codingame.gameengine</groupId>
1515
<artifactId>runner</artifactId>
16-
<version>2.13</version>
16+
<version>3.0.0</version>
1717
</dependency>
1818
```
1919
Or a more recent version. See the [Release Notes](playground/misc/misc-3-release-notes.md).
@@ -88,7 +88,7 @@ Many of the viewer's game-specific parameters may be changed by the default `con
8888

8989
See the [Viewer configuration](core-4-configuration.md#viewer-configuration) for more details.
9090

91-
# Testing
91+
# Testing <a name="testing"></a>
9292

9393
You can run your game without launching a server. This is useful to batch test your game in various conditions.
9494

0 commit comments

Comments
 (0)