From 990bdeb83c5c28f0de825d3690fa5058e5d6c310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Hrivn=C3=A1k?= Date: Wed, 22 Mar 2023 19:59:15 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15aa3e9..cd8c0f7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Fork of [Emberwalker's Forgelin](https://github.com/Emberwalker/Forgelin). ## Additions -- Shades the Kotlin standard library, runtime, coroutines-core, and reflect libraries so you don't have to. +- Shades the Kotlin standard library, runtime, coroutines-core, serialization and reflect libraries, so you don't have to. - Provides a Forge `ILanguageAdapter` for using Kotlin `object` classes as your main mod class. ## Usage