Skip to content
This repository was archived by the owner on Dec 7, 2017. It is now read-only.

Commit 7d414a4

Browse files
committed
Update cdnjs link.
1 parent 09709b2 commit 7d414a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FAQs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ However, if you're interested in creating your own bookmarklet, **@hirayama-evol
8383
document.documentElement;
8484
var script = document.createElement('script');
8585
script.type = 'text/javascript';
86-
script.src = 'http://cdnjs.cloudflare.com/ajax/libs/html-inspector/0.8.0/html-inspector.js';
86+
script.src = 'http://cdnjs.cloudflare.com/ajax/libs/html-inspector/0.8.1/html-inspector.js';
8787
script.onload = function(){
8888
w.HTMLInspector.inspect();
8989
};

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For a more formal introduction, please refer to [this blog post](http://philipwa
2424
The easiest way to try out HTML Inspector is to link to the source file hosted on [CDNJS](http://cdnjs.com/):
2525

2626
```html
27-
<script src="http://cdnjs.cloudflare.com/ajax/libs/html-inspector/0.8.0/html-inspector.js"></script>
27+
<script src="http://cdnjs.cloudflare.com/ajax/libs/html-inspector/0.8.1/html-inspector.js"></script>
2828
```
2929

3030
It can also be install via [NPM](https://npmjs.org/) or [Bower](https://github.com/bower/bower):

0 commit comments

Comments
 (0)