[*] Mend readme to account for the new AUE_OUT_OF_ECOSYSTEM macro

This commit is contained in:
Reece Wilson 2021-10-28 21:15:57 +00:00
parent eff2dfd500
commit 5db86871f0

View File

@ -5,7 +5,7 @@
## Example
### Include
```c++
using AuString = std::string; // Applications in the Aurora ecosystem do not need this line
#define AUE_OUT_OF_ECOSYSTEM // Applications in the Aurora ecosystem do not need this line
#include <AuroraForEach.hpp>
#include <AuroraEnum.hpp>
```