Skip to content

Commit

Permalink
Quick sentence fix to mention the example is using Kotlin.
Browse files Browse the repository at this point in the history
  • Loading branch information
diagprov committed Jan 17, 2020
1 parent c35e026 commit 931a6b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ This will generate:
- `dist/bindings/android/e4.aar`: the Android package, containing compiled Java class and native libraries for most common architectures
- `dist/bindings/android/e4-sources.jar`: the Java source files

After importing the AAR in your project, E4 client can be created and invoked in a similar way than the Go version:
After importing the AAR in your project, E4 client can be created and invoked
in a similar way than the Go version, for example using Kotlin:

```kotlin
import io.teserakt.e4.*
Expand Down

0 comments on commit 931a6b5

Please sign in to comment.