Skip to content

Commit

Permalink
docs: 📝 fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Oct 5, 2024
1 parent 600bae5 commit 59701ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= rsjudge
:toc: preamble

image:assets/rsjudge.svg[Rsjudge logo]
image:assets/rsjudge.svg[rsjudge logo]

xref:README.zh-CN.adoc[中文]

Expand All @@ -16,7 +16,7 @@ An online judge sandbox server in Rust, inspired by https://github.com/criyle/go
* Monitoring and limiting resource usage.
* Works well with SASTOJ.
* RESTful API, gRPC and RabbitMQ support, enable or disable them with feature flags or config file.
* Streaming test results in real-time with SSE or gRPC stream.
* Streaming test results in real-time with server-sent events(SSE) or gRPC stream.
* Highly extensible with plugins.
* Blazingly fast and secured with Rust🦀.

Expand Down
4 changes: 2 additions & 2 deletions README.zh-CN.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:toc: preamble
:toc-title: 目录

image:assets/rsjudge.svg[Rsjudge logo]
image:assets/rsjudge.svg[rsjudge logo]

xref:README.adoc[English]

Expand All @@ -18,7 +18,7 @@ xref:README.adoc[English]
* 可以监控和限制资源使用。
* 与 SASTOJ 良好兼容。
* 支持 RESTful API、gRPC 和 RabbitMQ,可通过 feature flag 或配置文件启用或禁用。
* 采用 SSE 或 gRPC 流实时流式返回评测结果。
* 采用服务器发送事件(SSE或 gRPC 流实时流式返回评测结果。
* 支持使用插件进行扩展。
* 使用 Rust🦀编写,速度极快,安全性高。

Expand Down

0 comments on commit 59701ac

Please sign in to comment.