Skip to content

Commit 375814f

Browse files
authored
Merge pull request #1338 from pinchez254/patch-1
refactor: update readme
2 parents fbd29fb + ea85a4c commit 375814f

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
@@ -48,7 +48,7 @@ I'll try to get some discussions up to pull together ideas, so we can properly w
4848
**Web**: no breaking changes
4949
**React Native**: Users must now explicitly pass their storage engine in. e.g.
5050
```js
51-
import AsyncStorage from '@react-native-community/async-storage';
51+
import AsyncStorage from '@react-native-async-storage/async-storage';
5252

5353
const persistConfig = {
5454
//...

0 commit comments

Comments
 (0)