Skip to content

Commit

Permalink
fixed primary doc example typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbnewman committed Jan 29, 2020
1 parent d7c6f03 commit 4e8b239
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 @@ -38,7 +38,7 @@ yarn add mobx-store-provider
import React from "react";
import { useProvider, createStore } from "mobx-store-provider";
import AppStore from "./AppStore";
import MyNameDisplay from "./MyNameDisplay";
import UserDisplay from "./UserDisplay";

function App() {
// Get the Provider for our AppStore
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-store-provider",
"version": "1.2.5",
"version": "1.2.6",
"description": "Use React Hooks with mobx-state-tree",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 4e8b239

Please sign in to comment.