Skip to content

Commit a617010

Browse files
authored
Update README.md
1 parent 558ffab commit a617010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ Here are some related issues in the RN repo: [Issue 30202](https://github.com/fa
123123
See [options](#Options)
124124

125125
```js
126-
import MultipleImagePicker from '@baronha/react-native-multiple-image-picker';
126+
import { openPicker } from '@baronha/react-native-multiple-image-picker';
127127
// ...
128-
const response = await MultipleImagePicker.openPicker(options);
128+
const response = await openPicker(options);
129129
```
130130

131131
## Options

0 commit comments

Comments
 (0)