From c9a3168ab8436aee635a4bd402c88ad913cb47d5 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Mon, 5 Oct 2015 23:04:00 -0700 Subject: [PATCH] Typos. --- documentation/index.html | 2 +- plug-in/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/index.html b/documentation/index.html index 828c2b1..87882c6 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -440,7 +440,7 @@ Now, all you need to do is to upload your package:

-./gradlew uploadJcenter
+./kobaltw uploadJcenter
 

Writing a plug-in

diff --git a/plug-in/index.html b/plug-in/index.html index 1a328e1..ad07c8c 100644 --- a/plug-in/index.html +++ b/plug-in/index.html @@ -83,7 +83,7 @@ Let's start by creating our project: $ mkdir linecount $ mkdir -p src/main/kotlin/com/beust/plugin/linecount $ touch src/main/kotlin/com/beust/plugin/linecount/Main.kt -$ $KOBALT_HOME/gradlew --init +$ $KOBALT_HOME/kobaltw --init