aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2016-07-12 15:25:44 +0200
committerDmitry Jemerov <yole@jetbrains.com>2016-07-12 15:25:44 +0200
commitc7154f1092c6b13c60d134e80c3813bb560d7b68 (patch)
tree52030f3ad8b099a58bc972fb25d3859a004920fa /README.md
parent83bc0748216a65e972a25f30e52f59836038788c (diff)
downloaddokka-c7154f1092c6b13c60d134e80c3813bb560d7b68.tar.gz
update download link in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ec5220aca..3e5c4067a 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ and can generate documentation in multiple formats including standard Javadoc, H
### Using the Command Line
-To run Dokka from the command line, download the [Dokka jar](https://github.com/Kotlin/dokka/releases/download/0.9.8/dokka-fatjar.jar).
+To run Dokka from the command line, download the [Dokka jar](https://github.com/Kotlin/dokka/releases/download/0.9.9/dokka-fatjar.jar).
To generate documentation, run the following command:
java -jar dokka-fatjar.jar <source directories> <arguments>