From 942d3442e975458717eaead6797405baf8f87d03 Mon Sep 17 00:00:00 2001 From: Reece Date: Thu, 7 Oct 2021 00:22:47 +0100 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a205ebc..196240f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ AuSPtr handle = AuUnsafeRaiiToShared(&test); // use handle with an Aurora API ``` -#### Usage Native +#### Usage C++ Native, SWIG, and CppSharp ``` struct MyEventHandler : public IInputMouseSubscriber {