Skip to content

Commit 3ff9ecd

Browse files
committed
Update readme
1 parent c0500cf commit 3ff9ecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
[![GitHub License](https://img.shields.io/github/license/gregjacobs/Autolinker.js)](https://github.com/gregjacobs/Autolinker.js/blob/master/LICENSE)
88

99
```
10-
"Visit google.com"
10+
Input: "Visit google.com"
1111
1212
|
1313
|
1414
v
1515
16-
"Visit <a href="https://google.com">google.com</a>"
16+
Output: "Visit <a href="https://google.com">google.com</a>"
1717
```
1818

1919
Because I had so much trouble finding a good auto-linking implementation out in

0 commit comments

Comments
 (0)