Skip to content

Commit 5e3c198

Browse files
authored
Update README.md
1 parent 0daa323 commit 5e3c198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ npm install --save react-combine-provider
2424
import React, { useState } from 'react';
2525
import ReactDOM from 'react-dom';
2626
import { createContainer } from 'unstated-next';
27-
import { combineProviders } from 'react-combine-reducer';
27+
import { combineProviders } from 'react-combine-providers';
2828

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

0 commit comments

Comments
 (0)