From fcf7ebc9664d85063cb4ccbe721aee7e795dee70 Mon Sep 17 00:00:00 2001 From: Reece Wilson Date: Thu, 28 Oct 2021 20:58:06 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d96c442..a908f38 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,13 @@ [TODO] ## Example +### Include +```c++ +using AuString = std::string; // Applications in the Aurora ecosystem do not need this line +#include +``` +### Example ```c++ #define AUE_DEFINE(name, enumerations)