Skip to content

Commit

Permalink
fix typo on the read me ✏️
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriqueLimas authored Sep 13, 2018
1 parent f35239b commit 103f976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Inside your Wrapped component now you can use the `<State />` component to match

```js
...
import { withMchine, State } from 'mchine';
import { withMchine, State } from 'react-mchine';

class Component extends React.Component {
...
Expand Down Expand Up @@ -144,4 +144,4 @@ This will show the `<LoadingSpinner />` component only when the current state is
## Note
React Mchine use [mchine](https://github.com/HenriqueLimas/mchine) under the hood,
if you want to use [xstate](https://github.com/davidkpiano/xstate) instead you could
use [react-automata](https://github.com/MicheleBertoli/react-automata)
use [react-automata](https://github.com/MicheleBertoli/react-automata)

0 comments on commit 103f976

Please sign in to comment.