mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 03:57:11 -07:00
Typos.
This commit is contained in:
parent
6c39cd20fa
commit
c9a3168ab8
2 changed files with 2 additions and 2 deletions
|
@ -440,7 +440,7 @@ Now, all you need to do is to upload your package:
|
|||
</p>
|
||||
|
||||
<pre>
|
||||
./gradlew uploadJcenter
|
||||
./kobaltw uploadJcenter
|
||||
</pre>
|
||||
|
||||
<h2 id="writing-a-plug-in">Writing a plug-in</h2>
|
||||
|
|
|
@ -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
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue