Skip to content

Commit 17bc785

Browse files
Update README.md
1 parent b45c83b commit 17bc785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Include `float-label.min.css`:
3131
<link rel="stylesheet" href="https://cdn.rawgit.com/tonystar/float-label-css/v1.0.0/dist/float-label.min.css"/>
3232
```
3333

34-
Use `<label>` with `.float-label` class as a wrapper for `<input>` <sup>**v1.0.1+**</sup>:
34+
Use `<label>` with `.has-float-label` class as a wrapper for `<input>` <sup>**v1.0.1+**</sup>:
3535
```html
36-
<label class="float-label">
36+
<label class="has-float-label">
3737
<input type="email" placeholder="[email protected]"/>
3838
<span>Email</span>
3939
</label>

0 commit comments

Comments
 (0)