Update 'README.md'

This commit is contained in:
Reece Wilson 2021-10-28 21:05:09 +00:00
parent 282a1eb6cd
commit 80b2b7456b

View File

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