aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel <virtlink@users.noreply.github.com>2017-08-29 16:58:32 +0200
committerSimon Ogorodnik <simon.ogorodnik@gmail.com>2017-11-02 03:54:14 +0300
commit79a7a136bdc3a59d7bb3aebb51e565b58e2b789c (patch)
treed38868a74adc4821352dc6cd0d9a074c6497ce97 /README.md
parent1045403bc82c762dc51d703e7c5b1d0199cd3b39 (diff)
downloaddokka-79a7a136bdc3a59d7bb3aebb51e565b58e2b789c.tar.gz
dokka-79a7a136bdc3a59d7bb3aebb51e565b58e2b789c.tar.bz2
dokka-79a7a136bdc3a59d7bb3aebb51e565b58e2b789c.zip
Fix README: outFormat in Maven must be outputFormat
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 383d238b..63bc6cbc 100644
--- a/README.md
+++ b/README.md
@@ -236,7 +236,7 @@ The available configuration options are shown below:
<!-- Default: ${project.artifactId} -->
<moduleName>data</moduleName>
<!-- See list of possible formats below -->
- <outFormat>html</outFormat>
+ <outputFormat>html</outputFormat>
<!-- Default: ${project.basedir}/target/dokka -->
<outputDir>some/out/dir</outputDir>