Remove reference to simple/whitespace in examples/readme

This commit is contained in:
Peter Robins
2014-07-28 10:01:41 +01:00
parent 495ad3de93
commit 8079590b49

View File

@@ -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: