From 849f41c731c9678a029b889cbb6ec3ec6e72d478 Mon Sep 17 00:00:00 2001 From: daisy1754 Date: Sun, 29 Jul 2018 15:34:48 -0700 Subject: [PATCH] Fix link for linkify-it in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b448af2..1583c1b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ npm i --save react-native-hyperlink ## Props | name | desc | type | default | --- | --- | --- | --- | -| `linkify` | [linkify-it](https://facebook.github.io/react-native/docs/view.html#style) object, for custom schema | `object` | `require('linkify-it')()` +| `linkify` | [linkify-it](http://markdown-it.github.io/linkify-it/doc/) object, for custom schema | `object` | `require('linkify-it')()` | `linkStyle` | highlight clickable text with styles | `Text.propTypes.style` | | `linkText` | A string or a func to replace parsed text | `oneOfType([ string, func ])` | | `onPress` | func to handle click over a clickable text with parsed text as arg | `func` | @@ -82,4 +82,4 @@ PRs highly appreciated License ---- -MIT License \ No newline at end of file +MIT License