Skip to content

Commit

Permalink
补充 ReadME 内容
Browse files Browse the repository at this point in the history
  • Loading branch information
techird committed Apr 3, 2017
1 parent 1733003 commit 29e7623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

```sh
npm install -g bower
bower install qcloud-weapp-client-sdk
bower install wafer-client-sdk
```

安装之后,就可以使用 `require` 引用 SDK 模块:

```js
var qcloud = require('./bower_components/qcloud-weapp-client-sdk/index.js');
var qcloud = require('./bower_components/wafer-client-sdk/index.js');
```

## 会话服务
Expand Down

0 comments on commit 29e7623

Please sign in to comment.