Skip to content

Commit db4557c

Browse files
committed
Fix typo in README [#14]
1 parent a1de4e3 commit db4557c

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
@@ -19,7 +19,7 @@ import Autolink from 'react-native-autolink';
1919
class MyComponent extends Component {
2020
render() {
2121
return (
22-
<AutoLink
22+
<Autolink
2323
text="This is the string to parse for urls (https://github.com/joshswan/react-native-autolink), phone numbers (415-555-5555), emails (josh@sportifik.com), mentions/handles (@twitter), and hashtags (#exciting)"
2424
hashtag="instagram"
2525
mention="twitter" />

0 commit comments

Comments
 (0)