Skip to content

Commit 052905a

Browse files
author
nfrasser
committed
Updated Readme, package.json bump
Publishing 2.0.0-alpha.3
1 parent bfa77c7 commit 052905a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

133133
Note 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>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)