Skip to content

Commit 4e6bd3f

Browse files
authored
Merge pull request #256 from StevenYuysy/master
doc: update readme
2 parents a6ca772 + ec0e139 commit 4e6bd3f

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
@@ -113,7 +113,7 @@ method repeatedly (i.e. use the "class" form above).
113113

114114
```javascript
115115
var linkedText = Autolinker.link( "Check out google.com" );
116-
// Produces: "Check out <a href="http://google.com" target="_blank">google.com</a>"
116+
// Produces: "Check out <a href="http://google.com" target="_blank" rel="noopener noreferrer">google.com</a>"
117117

118118
var linkedText = Autolinker.link( "Check out google.com", {
119119
newWindow: false

0 commit comments

Comments
 (0)