Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wendux authored Nov 23, 2017
1 parent 08ddf49 commit 96e1c0b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ pod "dsBridge"
- Init dsBridge

```javascript
window._dsbridge&&_dsbridge.init();
//cdn
//<script src="https://unpkg.com/dsbridge/dist/dsbridge.js"> </script>
//npm
//npm install dsbridge
var dsBridge=require("dsbridge")
```

- Call API
Expand Down

0 comments on commit 96e1c0b

Please sign in to comment.