aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2016-02-04 16:25:06 +0100
committerDmitry Jemerov <yole@jetbrains.com>2016-02-04 16:25:06 +0100
commitde124537647187cdca565200a0554d91c32e0c76 (patch)
tree5b4b9644ee46a79c1b61dd09630107b8d775076d /README.md
parentefd5925e0a3a3b28de7071fe06982cda3a8d1749 (diff)
downloaddokka-de124537647187cdca565200a0554d91c32e0c76.tar.gz
update README to point to latest version
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 f955a3860..e485c7d18 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.1/dokka-fatjar.jar).
+To run Dokka from the command line, download the [Dokka jar](https://github.com/Kotlin/dokka/releases/download/0.9.6/dokka-fatjar.jar).
To generate documentation, run the following command:
java -jar dokka-fatjar.jar <source directories> <arguments>