Skip to content

Commit

Permalink
build: fix compile error when deps hadn't plug or saxy
Browse files Browse the repository at this point in the history
  • Loading branch information
feng19 committed Mar 11, 2021
1 parent 1799d07 commit b857df7
Show file tree
Hide file tree
Showing 5 changed files with 386 additions and 382 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
- 已支持: 公众号/小程序/第三方应用
- WIP: 企业微信

[在线文档](http://hexdocs.pm/wechat_sdk/)

## Installation

You can use wechat in your projects by adding it to your `mix.exs` dependencies:

```elixir
def deps do
[
{:wechat, "~> 0.5.0", hex: :wechat_sdk}
{:wechat, "~> 0.6.0", hex: :wechat_sdk}
]
end
```

[在线文档](http://hexdocs.pm/wechat_sdk/).

## Usage

### 定义 `Client` 模块
Expand Down
Loading

0 comments on commit b857df7

Please sign in to comment.