Skip to content

Commit 8cc137a

Browse files
author
Oscar Franco
authored
Update README.md
1 parent 8241430 commit 8cc137a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ interface ISQLite {
105105

106106
```typescript
107107
// Import as early as possible, auto-installs bindings.
108-
// Thanks to @msrousavy for this installation method, see one example: https://github.com/mrousavy/react-native-mmkv/blob/75b425db530e26cf10c7054308583d03ff01851f/src/createMMKV.ts#L56
108+
// Thanks to @mrousavy for this installation method, see one example: https://github.com/mrousavy/react-native-mmkv/blob/75b425db530e26cf10c7054308583d03ff01851f/src/createMMKV.ts#L56
109109
import 'react-native-quick-sqlite';
110110

111111
// `sqlite` is a globally registered object, so you can directly call it from anywhere in your javascript

0 commit comments

Comments
 (0)