Skip to content

Commit

Permalink
Updated Readme, package.json bump
Browse files Browse the repository at this point in the history
Publishing 2.0.0-alpha.3
  • Loading branch information
nfrasser committed Mar 16, 2015
1 parent bfa77c7 commit 052905a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ Returns the following string
```html
<script src="r.js"></script>
<script src="linkify.amd.js"></script>
<script src="linkify-element.amd.js"></script>
<script src="linkify-plugin-hashtag.amd.js"></script> <!-- optional -->
<script src="linkify-element.amd.js"></script>
```

```js
Expand All @@ -132,7 +132,7 @@ require(['linkify-element'], function (linkifyElement) {

Note that if you are using `linkify-jquery.amd.js`, a `jquery` module must be defined.

### Browser
### Browser globals

```html
<script src="jquery.js"></script>
Expand Down Expand Up @@ -195,7 +195,7 @@ var linkify = require('linkifyjs');
</script>
```

##### Global
##### Browser globals
```html
<script src="linkify.js"></script>
```
Expand Down Expand Up @@ -284,7 +284,7 @@ require(['jquery'], function ($) {
});
```

##### Global
##### Browser globals

```html
<script src="jquery.js"></script>
Expand Down Expand Up @@ -343,7 +343,7 @@ var linkifyStr = require('linkifyjs/string');
</script>
```

##### Global
##### Browser globals

```html
<script src="linkify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkifyjs",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"description": "Intelligent URL recognition, made easy",
"repository": {
"type" : "git",
Expand Down

0 comments on commit 052905a

Please sign in to comment.