Skip to content

Commit 6f5eb3e

Browse files
authoredJun 2, 2020
Fix typo in code example for quick start (#238)
* Fix typo in code example for quick start * Fix typo in code example for quick start
1 parent c8a4810 commit 6f5eb3e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ E.g. For the full version:
3434
<script src="https://wzrd.in/standalone/mime@latest"></script>
3535
<script>
3636
mime.getType(...); // etc.
37-
<script>
37+
</script>
3838

3939
Or, for the `mime/lite` version:
4040

4141
<script src="https://wzrd.in/standalone/mime%2flite@latest"></script>
4242
<script>
4343
mimelite.getType(...); // (Note `mimelite` here)
44-
<script>
44+
</script>
4545

4646
## Quick Start
4747

@@ -184,4 +184,4 @@ E.g.
184184
application/javascript
185185

186186
----
187-
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)
187+
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)

‎src/README_js.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ E.g. For the full version:
3434
<script src="https://wzrd.in/standalone/mime@latest"></script>
3535
<script>
3636
mime.getType(...); // etc.
37-
<script>
37+
</script>
3838

3939
Or, for the `mime/lite` version:
4040

4141
<script src="https://wzrd.in/standalone/mime%2flite@latest"></script>
4242
<script>
4343
mimelite.getType(...); // (Note `mimelite` here)
44-
<script>
44+
</script>
4545

4646
## Quick Start
4747

0 commit comments

Comments
 (0)
Please sign in to comment.