Skip to content

Typo and wording fixes in ReadME.md #166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down