From d2a90cc16984bab9588d160d599f17f29f30d60b Mon Sep 17 00:00:00 2001 From: Colt Daily Date: Sat, 13 Mar 2021 22:05:50 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78e60c5..e13f6eb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # About This is a Kotlin and Java API to parse and load **LDtk project** files. -The Kotlin LDtk API library is built for Kotlin Multiplatform which mean it *should* work for JVM and JS targets. +The `ldtk-api` module is built for Kotlin Multiplatform which mean it *should* work for JVM and JS targets. This library can be used for any JVM game engine/framework. It features a separate LibGDX module for easy rendering.