From 38b293394956eb0bb88b917ecaf505c032b82413 Mon Sep 17 00:00:00 2001 From: James Price Date: Wed, 19 Aug 2015 18:57:15 +0100 Subject: [PATCH] Added missing markdown for inline code in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a590474..056ffcf 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ use the NDK to generate a standalone toolchain: --install-dir=${ANDROID_NATIVE_TOOLCHAIN} Make sure that the OpenCL headers and library (libOpenCL.so) are -available in ${ANDROID_NATIVE_TOOLCHAIN}/sysroot/usr/. +available in `${ANDROID_NATIVE_TOOLCHAIN}/sysroot/usr/`. You should then be able to build GPU-STREAM: