Skip to content

Commit 4d6db56

Browse files
committed
fix: install instructions in readme
1 parent a2375ad commit 4d6db56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
run: pnpm build
2929

3030
- name: Publish to npm
31-
run: pnpm publish --access public
31+
run: pnpm publish --access public --no-git-checks
3232
env:
3333
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Perfect for inline highlighting, smart mentions, tokenized UI, or simple templat
55

66
## 🚀 Install
77
```
8-
npm install react-wrap-matches
8+
npm install react-wrap-text
99
```
1010

1111
## Usage

0 commit comments

Comments
 (0)