From fba70eeb92a88fc53e511f9b08124039b46c1d27 Mon Sep 17 00:00:00 2001 From: Reece Wilson Date: Tue, 5 Oct 2021 21:06:08 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ef6a8c..50e9000 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## Aurora Interfaces -This library implements the macros required to define Aurora style interfaces. Defines two classes. Implementable by SWIG, CppSharp, and classical OOP override event interface; and implementable by std::function for modern C++ and runtime language bindings respectively. The former is simply defined as a structure containing virtual methods as laid out by AUI_METHODS. Latterly, the base interface is extended and mplemented by an array virtual override method defintions. +This library implements the macros required to define Aurora style interfaces. Defines two classes. Implementable by SWIG, CppSharp, and classical OOP override event interface; and implementable by std::function for modern C++ and runtime language bindings respectively. The former is simply defined as a structure containing virtual methods as laid out by AUI_METHODS. Latterly, the base interface is extended and implemented by an array virtual override method defintions. ## Example usage: