Skip to content

Commit

Permalink
fix: fix md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhironghao committed Mar 21, 2022
1 parent 5258697 commit b7e4d1d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@

## 快速上手

### Step1:安装
### Step1:下载源码或者发布

通过 `npm` 安装

```bash
npm i call-app -S
```
把源代码 clone 下来,或者下载 并且 build 之后发布到自己私有的 npm 仓库下

### Step2:引入

```js
import CallApp from './call-app/src/index.ts'
// 或者
import CallApp from 'call-app'
```

Expand Down

0 comments on commit b7e4d1d

Please sign in to comment.