Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fozg committed May 8, 2019
1 parent 142cbff commit f192248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Light and simple React global state management.

[![Build Status](https://fozg.visualstudio.com/react-light-state/_apis/build/status/fozg.react-light-state?branchName=master)](https://fozg.visualstudio.com/react-light-state/_build/latest?definitionId=13&branchName=master)

## Intro
## [Intro](https://fozg.net/blog/intro-react-light-state)
To create a store
```js
const initialState = {todos: ["Task 1", "Task 2"]};
Expand Down

0 comments on commit f192248

Please sign in to comment.