hello-jni/README: fix typo

This commit is contained in:
Johan Euphrosine
2015-06-15 12:38:47 -07:00
parent d20762aaaa
commit 1f70f6bfbc

View File

@@ -1,6 +1,6 @@
Hello JNI
=========
This sample show how to call Native C++ code from a Android Java activity using JNI. Note this require a preview build of Android Studio and the experimental version Android Gradle plugin, see the [Pre-requisites](#pre-requisites) and [Getting Started](#getting-started) instructions.
This sample shows how to call Native C++ code from a Android Java Activity using JNI. Note this requires a preview build of Android Studio and the experimental version Android Gradle plugin, see the [Pre-requisites](#pre-requisites) and [Getting Started](#getting-started) instructions.
Pre-requisites
--------------