From 5db86871f02e353a5a50312f688a10e82c9c99b7 Mon Sep 17 00:00:00 2001 From: Reece Wilson Date: Thu, 28 Oct 2021 21:15:57 +0000 Subject: [PATCH] [*] Mend readme to account for the new AUE_OUT_OF_ECOSYSTEM macro --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d60922e..88603a3 100644 --- a/README.md +++ b/README.md @@ -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 #include ```