Skip to content

Commit ca6acd7

Browse files
sauzy34sauzy34
authored andcommitted
1 parent ae01e71 commit ca6acd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 'import SelectBox from 'react-native-multi-selectbox''
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 'import SelectBox from 'react-native-multi-selectbox''
25+
import SelectBox from 'react-native-multi-selectbox'
2626
import { xorBy } from 'lodash'
2727
2828
// Options data must contain 'item' & 'id' keys

0 commit comments

Comments
 (0)