Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hlhr202 committed May 29, 2019
1 parent 5e3c198 commit c3bf6d1
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 @@ -24,7 +24,7 @@ npm install --save react-combine-provider
import React, { useState } from 'react';
import ReactDOM from 'react-dom';
import { createContainer } from 'unstated-next';
import { combineProviders } from 'react-combine-providers';
import { combineProviders } from 'react-combine-provider';

const useCounter1 = (initialState = 1) => {
const [count, setCount] = useState(initialState);
Expand Down

0 comments on commit c3bf6d1

Please sign in to comment.