summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a840407..5a67a5f 100644
--- a/README.md
+++ b/README.md
@@ -30,9 +30,9 @@ Add the dependency to all subprojects: (You can replace `master-SNAPSHOT` with a
```
If you use the html module, you have to add also this module to its dependencies:
```groovy
- dependencies {
- implementation 'com.github.jeremyz:gdx-boardgame:master-SNAPSHOT:sources'
- }
+ dependencies {
+ implementation 'com.github.jeremyz:gdx-boardgame:master-SNAPSHOT:sources'
+ }
```
For the html build, you have to add this line to your *.gwt.xml files in the html project: