diff --git a/README.md b/README.md index 3390875..84f9ea1 100644 --- a/README.md +++ b/README.md @@ -95,5 +95,6 @@ In order to start using this macros, you need to: ``` class MyClass implements hxasync.Asyncable {} ``` + - apply AsyncMacro to all classes in a specified package: `--macro hxasync.AsyncMacro.makeAsyncable("")` Project is inspired by [hx-jsasync](https://github.com/basro/hx-jsasync) library.