diff options
author | SimonIT <simonit.orig@gmail.com> | 2019-12-01 13:02:40 +0100 |
---|---|---|
committer | SimonIT <simonit.orig@gmail.com> | 2019-12-01 13:02:40 +0100 |
commit | 59cd5fadf23b7036e0897f6e575ac0e9cd2fe279 (patch) | |
tree | 075e8bf7b9b9a6910adcc9f5c18b000919e18bf9 /README.md | |
parent | 557bbc62f8d055c247b8d94c77a8504887dcdb6f (diff) | |
download | gdx-boardgame-59cd5fadf23b7036e0897f6e575ac0e9cd2fe279.zip gdx-boardgame-59cd5fadf23b7036e0897f6e575ac0e9cd2fe279.tar.gz |
fix indentation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |