Skip to content

Commit

Permalink
Merge pull request #274 from Megasu/patch-1
Browse files Browse the repository at this point in the history
调整安装命令顺序
  • Loading branch information
SgLy committed May 5, 2023
2 parents 8367d7c + 36eb6a2 commit c0f01bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@

## 安装

### 通过 DefinitelyTyped
### 通过独立 npm 包

```bash
npm install @types/wechat-miniprogram
npm install miniprogram-api-typings
```

或:

### 通过独立 npm 包
### 通过 DefinitelyTyped

```bash
npm install miniprogram-api-typings
npm install @types/wechat-miniprogram
```

安装后手动导入:
Expand Down

0 comments on commit c0f01bb

Please sign in to comment.