diff --git a/README.md b/README.md index 38adda1..ed7e5f1 100644 --- a/README.md +++ b/README.md @@ -6,24 +6,11 @@ # Webman Coroutine Infrastructure Suite Compatible with Workerman. -
- - Build Status - - - Codecov Status - - - Latest Stable Version - - - PHP Version Require - - - GitHub license - - -
+[![Build Status](https://github.com/workbunny//webman-coroutine/actions/workflows/CI.yml/badge.svg)](https://github.com/workbunny//webman-coroutine/actions) +[![Codecov](https://codecov.io/github/workbunny/webman-coroutine/branch/main/graph/badge.svg)](https://codecov.io/github/workbunny/webman-coroutine) +[![Latest Stable Version](https://badgen.net/packagist/v/workbunny//webman-coroutine/latest)](https://github.com/workbunny//webman-coroutine/releases) +[![PHP Version Require](https://badgen.net/packagist/php/workbunny//webman-coroutine)](https://github.com/workbunny//webman-coroutine/blob/main/composer.json) +[![License](https://badgen.net/packagist/license/workbunny//webman-coroutine)](https://github.com/workbunny//webman-coroutine/blob/main/LICENSE) ## 简介 diff --git a/docs/doc/webman.md b/docs/doc/webman.md index f2f7135..f262e62 100644 --- a/docs/doc/webman.md +++ b/docs/doc/webman.md @@ -2,12 +2,10 @@ `webman-coroutine`插件提供了对webman框架协程化的一等支撑 -## 说明 +### 配置 webman开发框架下除了协程工具外还会根据框架插件加载策略加载配置文件中的对应进程 -### 配置 - #### app.php - enable : (true/false), 是否启用协程webServer