Skip to content

Commit 182aeea

Browse files
author
Edward Xiao
authored
Update README.md
1 parent a84cec2 commit 182aeea

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
@@ -29,15 +29,15 @@ import { Textbox, Radiobox, Checkbox, Select, Textarea } from 'react-inputs-vali
2929
import 'react-inputs-validation/lib/react-inputs-validation.min.css';
3030
```
3131

32-
### Make sure you have at least ```[email protected]``` installed.
32+
##### Make sure you have at least ```[email protected]``` installed.
3333
```js
3434
"peerDependencies": {
3535
"react": "^16.8.6",
3636
"react-dom": "^16.8.6"
3737
}
3838
```
3939

40-
#### By CDN (make sure using >= v4.4.1)
40+
#### By CDN (starting from v4.4.1)
4141
```html
4242
<head>
4343
...

0 commit comments

Comments
 (0)