Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
fixed email regex
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkingshott committed Jul 20, 2022
1 parent 9dd2640 commit 394408a
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 74 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@

<!-- Badges -->
<p align="center">
<img src="resources/build.svg" alt="Build">
<img src="resources/version.svg" alt="Version">
<img src="resources/license.svg" alt="License">
<img src="https://img.shields.io/npm/v/@kingshott/iodine.svg" alt="Latest Release" />
<img src="https://img.shields.io/npm/l/@kingshott/iodine.svg" alt="License" />
</p>

# Iodine
Expand All @@ -23,7 +22,7 @@ Version 8+ of Iodine involved a major rewrite with numerous breaking changes. It
The easiest way to pull Iodine into your project is via a CDN (be sure to update the build number):

```html
<script src="https://cdn.jsdelivr.net/npm/@kingshott/iodine@8.0.0/dist/iodine.min.umd.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/@kingshott/iodine@8.1.0/dist/iodine.min.umd.js" defer></script>
```

You can also pull Iodine into your project via NPM:
Expand Down
2 changes: 1 addition & 1 deletion dist/iodine.min.esm.js

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

2 changes: 1 addition & 1 deletion dist/iodine.min.esm.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 394408a

Please sign in to comment.