File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ Returns the following string
106106``` html
107107<script src =" r.js" ></script >
108108<script src =" linkify.amd.js" ></script >
109- <script src =" linkify-element.amd.js" ></script >
110109<script src =" linkify-plugin-hashtag.amd.js" ></script > <!-- optional -->
110+ <script src =" linkify-element.amd.js" ></script >
111111```
112112
113113``` js
@@ -132,7 +132,7 @@ require(['linkify-element'], function (linkifyElement) {
132132
133133Note that if you are using ` linkify-jquery.amd.js ` , a ` jquery ` module must be defined.
134134
135- ### Browser
135+ ### Browser globals
136136
137137``` html
138138<script src =" jquery.js" ></script >
@@ -195,7 +195,7 @@ var linkify = require('linkifyjs');
195195 </script >
196196```
197197
198- ##### Global
198+ ##### Browser globals
199199``` html
200200<script src =" linkify.js" ></script >
201201```
@@ -284,7 +284,7 @@ require(['jquery'], function ($) {
284284});
285285```
286286
287- ##### Global
287+ ##### Browser globals
288288
289289``` html
290290<script src =" jquery.js" ></script >
@@ -343,7 +343,7 @@ var linkifyStr = require('linkifyjs/string');
343343 </script >
344344```
345345
346- ##### Global
346+ ##### Browser globals
347347
348348``` html
349349<script src =" linkify.js" ></script >
Original file line number Diff line number Diff line change 11{
22 "name" : " linkifyjs" ,
3- "version" : " 2.0.0-alpha.1 " ,
3+ "version" : " 2.0.0-alpha.3 " ,
44 "description" : " Intelligent URL recognition, made easy" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments