From d4dbc00e536ce91590c3c21265aab4bb772d317b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Wr=C3=B3tniak?= Date: Sat, 28 Sep 2024 12:18:46 +0200 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c85b2cf..1d570e4 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ data class Model( It is also possible to write custom kspoon serializers that can access the selected `Element`. Read more [here](/docs/custom-serializers.md). -### External librarues +### External libraries The `Kspoon` class has a `toFormat(): StringFormat` function that can be used with third-party libraries. For detailed integration instructions, see the following links: