Skip to content

Commit

Permalink
✨ update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xinansky committed Jun 10, 2024
1 parent dcae9b5 commit c2f48d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
</p>
<p align="center"><a href="README_EN.md">English</a> | 简体中文</p>
<p align="center">
<a href="https://github.com/AIO-GAME/Runner/security/policy">
<a href="https://github.com/AIO-GAME/Unity.Runner/security/policy">
<img alt="" src="https://img.shields.io/github/package-json/unity/AIO-GAME/Unity.Runner">
</a>
<a href="https://github.com/AIO-Game/Runner">
<a href="https://github.com/AIO-Game/Unity.Runner">
<img src="https://img.shields.io/github/license/AIO-Game/Unity.Runner" alt=""/>
</a>
<a href="https://github.com/AIO-Game/Runner">
<a href="https://github.com/AIO-Game/Unity.Runner">
<img src="https://img.shields.io/github/languages/code-size/AIO-Game/Unity.Runner?label=size" alt=""/>
</a>
<a href="https://openupm.com/packages/com.aio.runner/">
Expand Down Expand Up @@ -82,7 +82,7 @@ openupm add com.aio.runner

</details>

## About
## 关于

- **这是一个 Unity 协程 线程池 任务执行扩展包**
-**支持 快速执行协程** `Runner.StartCoroutine`
Expand Down
8 changes: 4 additions & 4 deletions .github/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
</p>
<p align="center"><a href="README_EN.md">简体中文</a> | English</p>
<p align="center">
<a href="https://github.com/AIO-GAME/Runner/security/policy">
<a href="https://github.com/AIO-GAME/Unity.Runner/security/policy">
<img alt="" src="https://img.shields.io/github/package-json/unity/AIO-GAME/Unity.Runner">
</a>
<a href="https://github.com/AIO-Game/Runner">
<a href="https://github.com/AIO-Game/Unity.Runner">
<img src="https://img.shields.io/github/license/AIO-Game/Unity.Runner" alt=""/>
</a>
<a href="https://github.com/AIO-Game/Runner">
<a href="https://github.com/AIO-Game/Unity.Runner">
<img src="https://img.shields.io/github/languages/code-size/AIO-Game/Unity.Runner?label=size" alt=""/>
</a>
<a href="https://openupm.com/packages/com.aio.runner/">
Expand Down Expand Up @@ -89,7 +89,7 @@ openupm add com.aio.runner
-**Support fast execution of thread** `Runner.StartTask`
-**Support coroutine execution in Editor**

## 📚 使用
## 📚 Usage

<h4>Start Coroutine</h4>

Expand Down

0 comments on commit c2f48d0

Please sign in to comment.