Skip to content

Commit

Permalink
Fixe outdated Ionicons icon reference in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed May 16, 2016
1 parent ba5a01c commit c6cac3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ Try the `IconExplorer` project in `Examples/IconExplorer` folder, there you can
import Icon from 'react-native-vector-icons/Ionicons';

function ExampleView(props) {
return (<Icon name="person" size={30} color="#4F8EF7" />);
return (<Icon name="ios-person" size={30} color="#4F8EF7" />);
}
```

Expand Down

0 comments on commit c6cac3b

Please sign in to comment.