aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaiwu <kaiwu2004@gmail.com>2024-07-20 22:31:31 +0800
committerkaiwu <kaiwu2004@gmail.com>2024-07-20 22:31:31 +0800
commita0b4b64b3cdab984bca318c1e2e83998494c377d (patch)
tree4100c264bb3a512e6d42f0ff1693800213b9e3b0
parent1b72d21a7f701a982113bd00e84010404b0c5053 (diff)
downloadwechat_dev_tools-a0b4b64b3cdab984bca318c1e2e83998494c377d.tar.gz
wechat_dev_tools-a0b4b64b3cdab984bca318c1e2e83998494c377d.zip
fix readme
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index d82097f..c08aedd 100644
--- a/README.md
+++ b/README.md
@@ -3,16 +3,12 @@
Develop wechat miniprograms in [gleam](https://gleam.run).
It uses [esbuild]() and [esbuild-plugin-less]() to build `*.json`, `*.wxml` and `.wxss` files
-[![Package Version](https://img.shields.io/hexpm/v/wechat_dev_tools)](https://hex.pm/packages/wechat_dev_tools)
-[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/wechat_dev_tools/)
-
```sh
$ git clone https://github.com/kaiwu/wechat_dev_tools.git your-project
$ cd your-project
$ npm install
$ gleam build
```
-Further documentation can be found at <https://hexdocs.pm/wechat_dev_tools>.
## Development