Skip to content

Commit 1e5ef27

Browse files
authored
Merge pull request #275 from imdkbj/patch-1
Typo Fix
2 parents 8fa416e + 36d1e09 commit 1e5ef27

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
@@ -100,7 +100,7 @@ icons: {
100100
```javascript
101101
import React, { Component } from 'react';
102102
import { View } from 'react-native';
103-
import Icon from 'react-native-vector-icons/MaterialIcons`
103+
import Icon from 'react-native-vector-icons/MaterialIcons'
104104
import SectionedMultiSelect from 'react-native-sectioned-multi-select';
105105

106106
const items = [

0 commit comments

Comments
 (0)