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

Commit

Permalink
fix(docs): Fix e-mail example in README
Browse files Browse the repository at this point in the history
Closes #122
  • Loading branch information
PascaleBeier authored Apr 25, 2022
1 parent 6513d73 commit 212f503
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 @@ -56,7 +56,7 @@ Validating an `#email` address couldn't be easier!
```html
<div class="form-group">
<label for="email" class="control-label">Enter your E-Mail</label>
<div class="input" id="email">
<input class="input" id="email">
</div>

<script>
Expand Down

0 comments on commit 212f503

Please sign in to comment.