Skip to content

Commit 04a3893

Browse files
authored
docs: fix install step
Release-As: 2.2.1
1 parent a581469 commit 04a3893

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ This is a React component for JSON viewer, but not only a JSON viewer.
2020

2121
```shell
2222
# npm
23-
npm install @textea/json-viewer@beta
23+
npm install @textea/json-viewer
2424
# yarn
25-
yarn add @textea/json-viewer@beta
25+
yarn add @textea/json-viewer
2626
# pnpm
27-
pnpm add @textea/json-viewer@beta
27+
pnpm add @textea/json-viewer
2828
```
2929

3030
### Type Declaration

0 commit comments

Comments
 (0)