Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
朱贤 authored and 朱贤 committed May 26, 2021
1 parent 1e3cba4 commit 8d1c5fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ a phone call plugin for Capacitor
npm install capacitor-plugin-phone-call
npx cap sync
```
eg:
```typescript
import { PhoneCall } from "capacitor-plugin-phone-call";

PhoneCall.start({ phone: "10086" });

···
```
## API

<docgen-index>
Expand Down

0 comments on commit 8d1c5fd

Please sign in to comment.