Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Schmidt committed Oct 9, 2018
1 parent 4733aa7 commit 9f534c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Include _one_ of the following script tags in your pages head:
``` html
<script src="https://cdn.jsdelivr.net/npm/isset-helper@2/dist/isset.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/mcstreetguy/isset-helper@2/dist/isset.min.js"></script>
<script src="https://bundle.run/isset-helper@2/dist/isset.min.js">
<script src="https://unpkg.com/isset-helper@2/dist/isset.min.js">
<script src="https://bundle.run/isset-helper@2/dist/isset.min.js"></script>
<script src="https://unpkg.com/isset-helper@2/dist/isset.min.js"></script>
```

The library registers the `isset` function automatically on the `window` object.
Expand Down

0 comments on commit 9f534c0

Please sign in to comment.