Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 committed Jul 25, 2023
1 parent cf8834f commit a0f62ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ This is a complete and runnable program. You can run it directly, input the test

Local testing means that you can run the test cases on your local machine, so you can use a debugger to debug your code.

Local testing requires more work to implement for each language, so not all languages are supported.
Local testing requires more work to implement for each language, so not all languages are supported. Below is the current support matrix:

<!-- BEGIN MATRIX -->
| | Generation | Local testing |
Expand Down Expand Up @@ -101,7 +101,8 @@ Local testing requires more work to implement for each language, so not all lang
| Elixir | :white_check_mark: | Not yet |
| Dart | :white_check_mark: | Not yet |
<!-- END MATRIX -->
and many other languages are planned. (Help wanted, contributions welcome!)

Welcome to help us implement local testing for more languages!

## Installation

Expand Down
3 changes: 2 additions & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ func main() {
| Elixir | :white_check_mark: | Not yet |
| Dart | :white_check_mark: | Not yet |
<!-- END MATRIX -->
其他热门语言的支持都在计划中,如果你有兴趣的话,欢迎加入我们👏🏻

如果你有兴趣,欢迎加入我们支持更多语言👏🏻

## 安装

Expand Down

0 comments on commit a0f62ac

Please sign in to comment.