From 8079590b49f1000356a749a2bb66affd75c498cf Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Mon, 28 Jul 2014 10:01:41 +0100 Subject: [PATCH] Remove reference to simple/whitespace in examples/readme --- examples/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/readme.md b/examples/readme.md index 1af0d6cd03..cf0aa2e993 100644 --- a/examples/readme.md +++ b/examples/readme.md @@ -3,7 +3,7 @@ Although the main purpose of these examples is to demonstrate how to use the API, they also serve other purposes in the development cycle, and so are not exactly as they would be in normal application code: * every time the library changes, they are compiled together with the library as a basic check that they remain in sync with the library -* they use a special loader script to enable defining at run time which build mode (debug/whitespace/simple/advanced) to use +* they use a special loader script to enable defining at run time which build mode (raw/debug/advanced) to use To enable this, examples have the following, not needed in application code: