From bb59bbfb30bdc928bc2dd6f3b512e860a68dd597 Mon Sep 17 00:00:00 2001 From: Shabinder Singh Date: Wed, 30 Oct 2024 01:55:13 +0530 Subject: [PATCH] Typo and wording fixes in ReadME.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0906990..6da7e6d 100644 --- a/README.md +++ b/README.md @@ -20,18 +20,18 @@ Full documentation at http://reduxkotlin.org. ## Mission Statement -Provide a standard redux implementation for Kotlin. In doing so will foster a ecosystem of +Provide a standard redux implementation for Kotlin. In doing so will foster an ecosystem of middleware, store -enhancers, & dev tools. These core values will guide descisions for the project: +enhancers, & dev tools. These core values will guide decisions for the project: * core redux-kotlin will be a minimal implementation that other libraries can build upon * modular development (follow example of https://github.com/reduxjs) * support for all platforms supported by Kotlin multiplatform (JVM, iOS, Native, JS, WASM) * developed in open and enable discussion for all interested parties via open channels (slack, github, etc. TBD) -* not owned by a individual or company +* not owned by an individual or a company -Redux in Kotlin, and in mobile in particular, may differ a bit from javascript. Many have found the +Redux in Kotlin, and mobile in particular, may differ a bit from javascript. Many have found the basic pattern useful on Android & iOS leading to tens of opensource redux libraries in Kotlin, Java, and Swift, yet an ecosystem has yet to