Skip to content

Commit a0f62ac

Browse files
committed
docs: update readme
1 parent cf8834f commit a0f62ac

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ This is a complete and runnable program. You can run it directly, input the test
7373

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

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

7878
<!-- BEGIN MATRIX -->
7979
| | Generation | Local testing |
@@ -101,7 +101,8 @@ Local testing requires more work to implement for each language, so not all lang
101101
| Elixir | :white_check_mark: | Not yet |
102102
| Dart | :white_check_mark: | Not yet |
103103
<!-- END MATRIX -->
104-
and many other languages are planned. (Help wanted, contributions welcome!)
104+
105+
Welcome to help us implement local testing for more languages!
105106

106107
## Installation
107108

README_zh.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ func main() {
100100
| Elixir | :white_check_mark: | Not yet |
101101
| Dart | :white_check_mark: | Not yet |
102102
<!-- END MATRIX -->
103-
其他热门语言的支持都在计划中,如果你有兴趣的话,欢迎加入我们👏🏻
103+
104+
如果你有兴趣,欢迎加入我们支持更多语言👏🏻
104105

105106
## 安装
106107

0 commit comments

Comments
 (0)