Skip to content

Commit e43eec8

Browse files
committed
update readme
1 parent a800811 commit e43eec8

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ A fully customizable, one-time password input component for the web built with R
99

1010
![see here](https://media.giphy.com/media/lN98dFU6h3oP0wWS5x/giphy.gif)
1111

12-
[Live Demo](https://devfolioco.github.io/react-otp-input)
13-
14-
[CodeSandbox](https://codesandbox.io/s/react-otp-input-demo-v2-1iy52)
12+
[Live Demo](https://reactjs-otp-input-demo.vercel.app/)
1513

1614
## Installation
1715

@@ -34,7 +32,7 @@ export default const App {
3432

3533
const handleChange = (otp) => setOtp({ otp });
3634

37-
return <OtpInput value={otp} onChange={handleChange} numInputs={6} separator={<span>-</span>} />;
35+
return <OtpInput value={otp} onChange={handleChange} numInputs={6} separator={<span>-</span>} />;
3836
}
3937
```
4038

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactjs-otp-input",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A fully customizable, one-time password input component for the web built with React",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)