Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz6chez committed Oct 13, 2024
1 parent f4fefd8 commit 1ed7a66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 21 deletions.
23 changes: 5 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,11 @@

# Webman Coroutine Infrastructure Suite Compatible with Workerman.

<div align="center">
<a href="https://github.com/workbunny/webman-coroutine/actions">
<img src="https://github.com/workbunny/webman-coroutine/actions/workflows/CI.yml/badge.svg" alt="Build Status">
</a>
<a href="https://codecov.io/github/workbunny/webman-coroutine">
<img src="https://codecov.io/gh/workbunny/webman-coroutine/branch/main/graph/badge.svg" alt="Codecov Status">
</a>
<a href="https://github.com/workbunny/webman-coroutine/releases">
<img alt="Latest Stable Version" src="https://badgen.net/packagist/v/workbunny/webman-coroutine/latest">
</a>
<a href="https://github.com/workbunny/webman-coroutine/blob/main/composer.json">
<img alt="PHP Version Require" src="https://badgen.net/packagist/php/workbunny/webman-coroutine">
</a>
<a href="https://github.com/workbunny/webman-coroutine/blob/main/LICENSE">
<img alt="GitHub license" src="https://badgen.net/packagist/license/workbunny/webman-coroutine">
</a>

</div>
[![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)

## 简介

Expand Down
4 changes: 1 addition & 3 deletions docs/doc/webman.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

`webman-coroutine`插件提供了对webman框架协程化的一等支撑

## 说明
### 配置

webman开发框架下除了协程工具外还会根据框架插件加载策略加载配置文件中的对应进程

### 配置

#### app.php

- enable : (true/false), 是否启用协程webServer
Expand Down

0 comments on commit 1ed7a66

Please sign in to comment.