Skip to content

Commit

Permalink
copy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbnewman committed Feb 25, 2020
1 parent 67631c9 commit 82a2510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ React Hooks + [mobx-state-tree](http://mobx-state-tree.js.org/)

**A straight-forward API for using mobx-state-tree with functional React components.**

_mobx-store-provider_ is a library that provides React Hooks for setting up and using your [mobx-state-tree](http://mobx-state-tree.js.org/) models/stores from within functional React components.
_mobx-store-provider_ is a library that provides React Hooks for setting up and using [mobx-state-tree](http://mobx-state-tree.js.org/) models/stores from within functional React components.

1. [Installation](http://mobx-store-provider.overfoc.us/installation)

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ React Hooks + [mobx-state-tree](http://mobx-state-tree.js.org/)

**A straight-forward API for using mobx-state-tree with functional React components.**

_mobx-store-provider_ is a library that provides React Hooks for setting up and using your [mobx-state-tree](http://mobx-state-tree.js.org/) models/stores from within functional React components.
_mobx-store-provider_ is a library that provides React Hooks for setting up and using [mobx-state-tree](http://mobx-state-tree.js.org/) models/stores from within functional React components.

1. [Installation](http://mobx-store-provider.overfoc.us/installation)

Expand Down

0 comments on commit 82a2510

Please sign in to comment.