Skip to content

Commit

Permalink
some rdme
Browse files Browse the repository at this point in the history
  • Loading branch information
gogo2 committed Aug 5, 2017
1 parent b2d54a3 commit f777901
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kotx
Kotx is a state management container with some tools. Concept is based on Vuex state manegement tools for Vue.js framework.
Some implementation ideas are influenced by [bansa](https://github.com/brianegan/bansa) similar tool, but based on Redux
Kotx is a state management container with some tools. Its concept is based on Vuex state manegement tools for Vue.js framework.
Some implementation ideas are influenced by [bansa](https://github.com/brianegan/bansa), similar tool, but based on Redux

## Usage

Expand All @@ -16,7 +16,7 @@ val store = Store(0)
```
### Define and register your actions, mutations and getters
...
### Dispatch, commit, and get
### Dispatch, commit and get
...
### Subscribe
...
Expand Down

0 comments on commit f777901

Please sign in to comment.