Skip to content

Commit 556aa14

Browse files
committed
Updated readme
1 parent 0b034ef commit 556aa14

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ You can also use the [jsDelivr CDN](https://cdn.jsdelivr.net/gh/cferdinandi/boun
5757
<script src="https://cdn.jsdelivr.net/gh/cferdinandi/[email protected]/dist/bouncer.polyfills.min.js"></script>
5858
```
5959

60+
**NPM**
61+
62+
You can also use NPM (or your favorite package manager).
63+
64+
```bash
65+
npm install formbouncerjs
66+
```
67+
6068
### 2. Add browser-native form validation attributes to your markup.
6169

6270
No special markup needed&mdash;just browser-native validation attributes (like `required`) and input types (like `email` or `number`).

0 commit comments

Comments
 (0)