From 931a6b5e586195e49e8f121f98064fef7bbbea3b Mon Sep 17 00:00:00 2001 From: Antony Vennard Date: Fri, 17 Jan 2020 16:58:07 +0100 Subject: [PATCH] Quick sentence fix to mention the example is using Kotlin. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f755bfa..222f59a 100644 --- a/README.md +++ b/README.md @@ -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.*