From f75031c68810d42538fe345eafae0f1a7ba806d5 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 28 Jan 2015 13:51:14 -0800 Subject: [PATCH] capitalize VRLib in libovr instructions --- BUILD_ANDROID.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD_ANDROID.md b/BUILD_ANDROID.md index 928f5dca36..476563c954 100644 --- a/BUILD_ANDROID.md +++ b/BUILD_ANDROID.md @@ -105,10 +105,10 @@ The Oculus Mobile SDK is optional, for Gear VR support. It is not required to co Download the [Oculus Mobile SDK](https://developer.oculus.com/downloads/#sdk=mobile) and extract the archive inside your `ANDROID_LIB_DIR` folder. Rename the extracted folder to `libovr`. -From the VrLib directory, use ndk-build to build VrLib. +From the VRLib directory, use ndk-build to build VrLib. ``` -cd VrLib +cd VRLib ndk-build ```