Skip to content

Commit

Permalink
Correct wzrd.in usage
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Oct 17, 2017
1 parent 36de668 commit 453725b
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions README.md
Expand Up @@ -49,18 +49,17 @@ To use this module in the browser, you would typlically use
package your code. However, browser-ready versions are available via wzrd.in.
E.g. For the full version:

<script src="http://wzrd.in/standalone/mime@latest"></script>
<script src="https://wzrd.in/standalone/mime@latest"></script>
<script>
mime.getType(...); // etc.
<script>

Or, for the "lite" version:
Or, for the `mime/lite` version:

<script src="http://wzrd.in/standalone/mime%2flite@latest"></script>

Then:

```html
<script>
mime.getType(...); // etc.
</script>
<script src="https://wzrd.in/standalone/mime%2flite@latest"></script>
<script>
mimelite.getType(...); // (Note `mimelite` here)
<script>
```
## Mime .vs. mime-types .vs. mime-db modules
Expand Down Expand Up @@ -184,4 +183,4 @@ E.g.
application/javascript

----
Markdown generated from [src/README_js.md](src/README_js.md) by [![RunMD Logo](http://i.imgur.com/h0FVyzU.png)](https://github.com/broofa/runmd)
Markdown generated from [src/README_js.md](src/README_js.md) by [![RunMD Logo](http://i.imgur.com/h0FVyzU.png)](https://github.com/broofa/runmd)

0 comments on commit 453725b

Please sign in to comment.