Skip to content

Commit eaf19b0

Browse files
authored
Merge pull request #58 from idrawjs/dev-v0.4
doc: fix typo in README
2 parents 8dd91fd + c3d3eb6 commit eaf19b0

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The preview of `@idraw/studo`.
3333
# Install peer dependcies
3434
npm install antd idraw
3535

36-
npm install @idraw/studio;
36+
npm install @idraw/studio
3737
```
3838

3939
```js

packages/studio/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<a href="https://idraw.js.org/studio/" target="_blank">idraw.js.org/studio/</a>
1414
</p>
1515

16-
16+
1717
## @idraw/studio Preview
1818

1919
You can click [idraw.js.org/studio/](https://idraw.js.org/studio) to experience it.
@@ -30,7 +30,10 @@ The preview of `@idraw/studo`.
3030
## Usage
3131

3232
```sh
33-
npm install @idraw/studio;
33+
# Install peer dependcies
34+
npm install antd idraw
35+
36+
npm install @idraw/studio
3437
```
3538

3639
```js
@@ -75,7 +78,7 @@ git clone [email protected]:idrawjs/studio.git
7578

7679
cd studio
7780

78-
pnpm i
81+
pnpm install
7982

8083
npm run dev
8184
```

0 commit comments

Comments
 (0)