Commit 3a4278fe authored by nanahira's avatar nanahira

typo

parent 4cc90c3b
Pipeline #6144 passed with stages
in 1 minute and 38 seconds
# Koishi-Nest # Koishi-Nest
[Nest.js](http://nestjs.com/) 下的 [Koishi](https://koishi.js.org) 模块在 Nest.js 下使用 Koishi 打造规模化的机器人应用。 [Nest.js](http://nestjs.com/) 下的 [Koishi](https://koishi.js.org) 模块。Koishi-Nest 在 Nest.js 下使用 Koishi 打造规模化的机器人应用。
目前只支持 Koishi v4 和 Nest v8 。 目前只支持 Koishi v4 和 Nest v8 。
## 安装 ## 安装
```bash ```bash
npm install Koishi-Nest koishi@^4.0.0-alpha.9 proxy-agent npm install koishi-nestjs koishi@^4.0.0-alpha.9 proxy-agent
``` ```
## 配置 ## 配置
......
{ {
"name": "koishi-nestjs", "name": "koishi-nestjs",
"version": "1.0.24", "version": "1.0.25",
"description": "Koishi.js as Nest.js Module", "description": "Koishi.js as Nest.js Module",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment