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)