From deef0928351e1fd6ee72af5e1571ac56a812345b Mon Sep 17 00:00:00 2001 From: Lamberto Basti Date: Sun, 22 Dec 2024 18:58:02 +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 def2f08..d1e9e3e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Fast NoSql document store for Kotlin Multiplatform, inspired by [Nitrite-java](h With support for typed and schemaless data, lets you work with JSON objects easily, leveraging `kotlin.serialization` for fast and simple object serialization/deserialization. -Originaly created for [JetBrains/package-search-intellij-plugin](https://github.com/JetBrains/package-search-intellij-plugin) for a fast and reliable offline cache, evolved for all KMP developers 🚀 +Originally created for [JetBrains/package-search-intellij-plugin](https://github.com/JetBrains/package-search-intellij-plugin) for a fast and reliable offline cache, evolved for all KMP developers 🚀 Some key highlights: - **Multiplatform**: Works on Kotlin/JVM, Kotlin/JS, and ALL Kotlin/Native platforms (excepts wasm).