Skip to content

Commit ef0d7b7

Browse files
committed
Typo and badges
1 parent 721fda9 commit ef0d7b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<br> <br> pretty-checkbox.css <br>
55
</h1>
66

7-
<h4 align="center">A pure css library to beautify checkbox and radio buttons.</h4>
7+
<h4 align="center">A pure CSS library to beautify checkbox and radio buttons.</h4>
88

99
<p align="center">
1010
<a href="#">
@@ -14,7 +14,7 @@
1414
<img src="https://img.shields.io/npm/l/pretty-checkbox.svg?style=flat-square&colorA=8033b0&colorB=75b7dd" alt="Licence">
1515
</a>
1616
<a href="#">
17-
<img src="https://img.shields.io/github/size/lokesh-coder/pretty-checkbox/src/pretty.min.css.svg?style=flat-square&colorA=8033b0&colorB=75b7dd" alt="Size">
17+
<img src="https://img.shields.io/npm/dm/pretty-checkbox.svg?style=flat-square&colorA=8033b0&colorB=75b7dd" alt="Downloads">
1818
</a>
1919
</p>
2020
<br>
@@ -103,7 +103,7 @@ Pretty checkbox comes with many styles,
103103
And three shapes `p-round` `p-curve` `p-square` (default)
104104

105105

106-
#### Basic checkbox,
106+
#### Basic checkbox
107107

108108
```html
109109
<div class="pretty p-default">
@@ -129,7 +129,7 @@ You can combine them.
129129

130130
<div align="center"><strong >---</strong></div>
131131

132-
#### Switch checkbox,
132+
#### Switch checkbox
133133

134134
Switch has three variants `p-outline` `p-fill` `p-slim`
135135

@@ -144,7 +144,7 @@ Switch has three variants `p-outline` `p-fill` `p-slim`
144144

145145
<div align="center"><strong >---</strong></div>
146146

147-
#### Custom Font icons,
147+
#### Custom Font icons
148148

149149
```html
150150
<div class="pretty p-icon">

0 commit comments

Comments
 (0)