Skip to content

Commit 9d10aa5

Browse files
committed
docs: fix typo in project description
- add missing by in the description of the project in README.md and package.json
1 parent 69ad8c2 commit 9d10aa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-native-input-code-otp
22

3-
react-native-input-code-otp is a high-performance and fully customizable OTP input component for React Native, inspired @shadcn/ui.
3+
react-native-input-code-otp is a high-performance and fully customizable OTP input component for React Native, inspired by @shadcn/ui.
44

55
![Presentation Video](./.github/assets/react-native-input-code-otp.gif)
66

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-input-code-otp",
33
"version": "0.1.3",
4-
"description": "react-native-input-code-otp is a high-performance and fully customizable OTP input component for React Native, inspired @shadcn/ui.",
4+
"description": "react-native-input-code-otp is a high-performance and fully customizable OTP input component for React Native, inspired by @shadcn/ui.",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",
77
"module": "./lib/module/index.js",

0 commit comments

Comments
 (0)