From a14f0f8f892117690e4bd1254d2be939d86d6126 Mon Sep 17 00:00:00 2001 From: saschawillems Date: Sat, 26 Mar 2016 13:51:22 +0100 Subject: [PATCH] Typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75847666..cd8d003f 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ If you're using a different IDE or compiler you can use the provided CMakeLists. Use the provided the provided CMakeLists.txt for use with [CMake](https://cmake.org) to generate a build configuration for your favorite IDE or compiler. -Note that you need [assimp](https://github.com/assimp/assimp) in order to compile the examples for Linux. Either compile and install from the repository, or install libassimp-dev. The example require version 3.2 and up. +Note that you need [assimp](https://github.com/assimp/assimp) in order to compile the examples for Linux. Either compile and install from the repository, or install libassimp-dev. The examples require at least version 3.2. ## [Android](android/) -Building on Android is done using the [Android NDK](http://developer.android.com/tools/sdk/ndk/index.html) and requires adevice that supports Vulkan. Please see the [Android readme](./android/README.md) on how to build these and a few notes on the platform. +Building on Android is done using the [Android NDK](http://developer.android.com/tools/sdk/ndk/index.html) and requires a device that supports Vulkan. Please see the [Android readme](./android/README.md) on how to build and deploy the examples. ## Binaries