aboutsummaryrefslogtreecommitdiff
path: root/docs/building.md
diff options
context:
space:
mode:
authorThomas Ingleby <thomas.c.ingleby@intel.com>2014-06-24 17:24:54 +0100
committerThomas Ingleby <thomas.c.ingleby@intel.com>2014-06-24 17:24:54 +0100
commit6853997a922f5067a242d07395cb8e768f14c4be (patch)
treeb640e1ef3acc092cc132d6a32c08cf4482852dc9 /docs/building.md
parent79d0da4853c38ffbcf3a1a3b2d9c24f815d1fd89 (diff)
mraa: rename from maa to mraa
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
Diffstat (limited to 'docs/building.md')
-rw-r--r--docs/building.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/building.md b/docs/building.md
index 923610a..dbf90d9 100644
--- a/docs/building.md
+++ b/docs/building.md
@@ -1,7 +1,7 @@
-Building libmaa {#building}
+Building libmraa {#building}
===============
-libmaa uses cmake in order to make compilation relatively painless. Cmake runs
+libmraa uses cmake in order to make compilation relatively painless. Cmake runs
build out of tree so the recommended way is to clone from git and make a build/ directory.
~~~~~~~~~~~~~{.sh}