We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7344ad commit 57554aeCopy full SHA for 57554ae
README.md
@@ -2,6 +2,9 @@
2
3
gleam bindings for wechat miniprogram, a.k.a weapp.
4
5
+[](https://hex.pm/packages/weapp)
6
+[](https://hexdocs.pm/weapp/)
7
+
8
a project template and working demo which uses this package
9
can be found at [wechat_dev_tools](https://github.com/kaiwu/wechat_dev_tools)
10
@@ -10,7 +13,7 @@ can be found at [wechat_dev_tools](https://github.com/kaiwu/wechat_dev_tools)
13
Add the package to your gleam project
11
14
12
15
```sh
-gleam add wechat
16
+gleam add weapp
17
```
18
19
## Features
0 commit comments