Skip to content

Commit

Permalink
updated Unpkg URL in <script> instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttj committed Mar 8, 2020
1 parent 4eeaef9 commit 3247a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ The test results output will be indented appropriately, like so:
If setting up a headles browser is too much work, you can use `tea` to test stuff in a real page, using a regular old `<script>` tag:

```html
<script src="https://unpkg.com/tea/dist/tea.umd.js"></script>
<script src="https://unpkg.com/@scottjarvis/tea"></script>
<script>
tea() // init tea
Expand Down

0 comments on commit 3247a11

Please sign in to comment.