Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.

Commit

Permalink
updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhashim6 committed Mar 11, 2019
1 parent 621435c commit 22f29b5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Pi4K
[Pi4J](https://www.pi4j.com) Kotlin bindings.

[![](https://jitpack.io/v/mhashim6/Pi4K.svg)](https://jitpack.io/#mhashim6/Pi4K)


## Demo
Make sure to check [Examples.kt](https://github.com/mhashim6/Pi4K/blob/master/src/main/kotlin/mhashim6/pi4k/Examples.kt).

Expand Down Expand Up @@ -70,7 +73,7 @@ allprojects {
Add the dependency:
```groovy
dependencies {
implementation 'com.github.mhashim6:Pi4K:Tag'
implementation 'com.github.mhashim6:Pi4K:0.1'
}
```
---
Expand All @@ -88,6 +91,6 @@ Add the dependency:
<dependency>
<groupId>com.github.mhashim6</groupId>
<artifactId>Pi4K</artifactId>
<version>Tag</version>
<version>0.1</version>
</dependency>
```

0 comments on commit 22f29b5

Please sign in to comment.