From db502ce34e7978466b589a2254a3df6492163035 Mon Sep 17 00:00:00 2001 From: Jack Palevich Date: Sun, 14 Dec 2014 12:34:12 -0800 Subject: [PATCH] Use correct markdown for code block (4 spaces) --- docs/Building.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Building.md b/docs/Building.md index 9431a4b..92db82b 100644 --- a/docs/Building.md +++ b/docs/Building.md @@ -32,15 +32,15 @@ SDK on your computer. Create a file local.properties in the root directiory of the TEA project that contains this text: - ndk.dir=path/to/ndk - sdk.dir=path/to/sdk + ndk.dir=path/to/ndk + sdk.dir=path/to/sdk On my personal dev machine the file looks like this, but of course it will be different on your machine, depending upon your OS, user name, directory tree, and version of the NDK that you have installed. - ndk.dir=/Users/jack/code/android-ndk-r10d - sdk.dir=/Users/jack/Library/Android/sdk + ndk.dir=/Users/jack/code/android-ndk-r10d + sdk.dir=/Users/jack/Library/Android/sdk Building TEA