Skip to content

Commit

Permalink
add CDN script
Browse files Browse the repository at this point in the history
  • Loading branch information
0529bill authored Mar 16, 2023
1 parent 22706e0 commit 6891279
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
npm i react-client-validation
```

or use CDN

```js
<script src="https://unpkg.com/[email protected]/dist/index.min.js"></script>
```

## Working example

[Codesandbox](https://codesandbox.io/s/react-client-validarion-example-zo1gr3?file=/src/App.js)
Expand Down

0 comments on commit 6891279

Please sign in to comment.