Skip to content

Commit ca5288f

Browse files
committed
improved README
1 parent dd20cf0 commit ca5288f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

draft-js-linkify-plugin/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ import createLinkifyPlugin from 'draft-js-linkify-plugin';
1212
const linkifyPlugin = createLinkifyPlugin();
1313
```
1414

15-
You may also optionally set a prefix or define the target value for the resulting `<a>` tag:
15+
You may also optionally set the target value for the resulting `<a>` tag:
1616

1717
```js
1818
const linkifyPlugin = createLinkifyPlugin({
19-
prefix: 'https://', // default is 'http://'
20-
target: '_blank' // default is '_self'
19+
target: '_blank' // default is '_self'
2120
});
2221
```
2322

0 commit comments

Comments
 (0)