Skip to content

Commit

Permalink
Fixed broken minified file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemcpaulo committed Aug 3, 2015
1 parent 5b51953 commit b3f1386
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -245,9 +245,9 @@ The following browsers have been tested:

Use this option if you want to host the JS file(s) yourself.

- Minified ([response-monitor.min.js](https://raw.github.com/witstep/response-monitor.js/v0.1.1/js/response-monitor.min.js))
- Original ([response-monitor.js](https://raw.github.com/witstep/response-monitor.js/v0.1.1/js/response-monitor.js))
- JQuery plug-in ([response-monitor.jquery.js] (https://raw.github.com/witstep/response-monitor.js/v0.1.1/js/response-monitor.jquery.js))
- Minified ([response-monitor.min.js](https://raw.github.com/witstep/response-monitor.js/v0.1.3/js/response-monitor.min.js))
- Original ([response-monitor.js](https://raw.github.com/witstep/response-monitor.js/v0.1.3/js/response-monitor.js))
- JQuery plug-in ([response-monitor.jquery.js] (https://raw.github.com/witstep/response-monitor.js/v0.1.3/js/response-monitor.jquery.js))

#### Content Delivery Network

Expand All @@ -260,7 +260,7 @@ You shouldn't use this option, without first reading and understanding the rawgi
The `script` tag would look like this:

```html
<script src="//cdn.rawgit.com/witstep/response-monitor.js/v0.1.1/js/response-monitor.min.js">
<script src="//cdn.rawgit.com/witstep/response-monitor.js/v0.1.3/js/response-monitor.min.js">
</script>
```
## API Reference ##
Expand Down
2 changes: 1 addition & 1 deletion js/response-monitor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b3f1386

Please sign in to comment.