diff --git a/README.md b/README.md index e7bd8cc..dc3a572 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,10 @@ call.t(MyKey("greeting", gender=Gender.Female)) // result is Hi! The key generator could be any iterable that produces strings, so you can customize the generation even further. +#### Usage with FreeMaker + +You can use this plugin along with the [ktor-freemaker-i18n](https://github.com/nathanfallet/ktor-freemarker-i18n) plugin developed by [Nathan Fallet](https://github.com/nathanfallet). + ### Contribution #### Development