Skip to content

Commit b28925f

Browse files
sauzy34sauzy34
authored andcommitted
Update readme
1 parent 40a859b commit b28925f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ or
2222
```
2323
import React, { useState } from 'react'
2424
import { Text, View } from 'react-native'
25-
import SelectBox from './lib'
25+
import SelectBox from './react-native-multi-selectbox'
2626
import { xorBy } from 'lodash'
2727
2828
// Options data must contain 'item' & 'id' keys

lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ or
2222
```
2323
import React, { useState } from 'react'
2424
import { Text, View } from 'react-native'
25-
import SelectBox from './lib'
25+
import SelectBox from './react-native-multi-selectbox'
2626
import { xorBy } from 'lodash'
2727
2828
// Options data must contain 'item' & 'id' keys

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-multi-selectbox",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "Platform independent (Android / iOS) Selextbox | Picker | Multi-select | Multi-picker. The idea is to bring out the common user-interface & user-experience on both platforms..",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)