From 25b93a7b6269311abb653d9f645bd7e10f88ce1f Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Sun, 19 Apr 2020 15:44:20 +0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4c2293..b386e46 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CoolQ HTTP API 插件 +# CQHTTP 插件 [![License](https://img.shields.io/github/license/richardchien/coolq-http-api.svg)](https://raw.githubusercontent.com/richardchien/coolq-http-api/master/LICENSE) [![Build Status](https://img.shields.io/appveyor/ci/richardchien/coolq-http-api.svg)](https://ci.appveyor.com/project/richardchien/coolq-http-api) @@ -25,7 +25,7 @@ | | 语言 | Web 框架 | 通信方式 | 地址 | 作者 | | --- | --- | --- | --- | --- | --- | -| ⭐ | Python | Quart | HTTP,
反向 WebSocket | [richardchien/nonebot](https://github.com/richardchien/nonebot) | richardchien | +| ⭐ | Python | Quart | HTTP,
反向 WebSocket | [nonebot/nonebot](https://github.com/nonebot/nonebot) | richardchien | | ⭐ | Python | Quart | HTTP,
反向 WebSocket | [cqmoe/python-aiocqhttp](https://github.com/cqmoe/python-aiocqhttp) | richardchien | | | Python | Flask | HTTP | [cqmoe/python-cqhttp](https://github.com/cqmoe/python-cqhttp) | richardchien | | ⭐ | Node.js | WebSocket-Node | WebSocket | [momocow/node-cq-websocket](https://github.com/momocow/node-cq-websocket) | momocow |