diff --git a/README.md b/README.md index c6343c7..3c5e440 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ 🎌 **🇺🇸 English** | [🇨🇳 大陆简体](README.zh_Hans_CN.md) -**A Docker based online judge engine**, which supports 5+ programming language processors: +**A [Docker](https://www.docker.com/) based online judge engine**, which supports 5+ programming language processors: - [C](https://en.wikipedia.org/wiki/C_(programming_language))/[C++](https://en.wikipedia.org/wiki/C%2B%2B) - [x] [GCC (The GNU Compiler Collection)](https://gcc.gnu.org/) - [ ] [LLVM Clang](https://clang.llvm.org/) @@ -42,7 +42,7 @@ pip install dockerjudge ``` -#### Via [Esay install](https://setuptools.readthedocs.io/en/latest/easy_install.html) (deprecated) +#### Via [Easy install](https://setuptools.readthedocs.io/en/latest/easy_install.html) (deprecated) ```sh easy_install dockerjudge ``` diff --git a/README.zh_Hans_CN.md b/README.zh_Hans_CN.md index 3aefe46..0b04dcd 100644 --- a/README.zh_Hans_CN.md +++ b/README.zh_Hans_CN.md @@ -16,7 +16,7 @@ 🎌 [🇺🇸 English](README.md) | **🇨🇳 大陆简体** -**基于 Docker 的在线测评引擎**,支持 5+ 个编程语言处理程序: +**基于 [Docker](https://www.docker.com/) 的在线测评引擎**,支持 5+ 个编程语言处理程序: - [C](https://zh.wikipedia.org/zh-cn/C语言)/[C++](https://zh.wikipedia.org/zh-cn/C%2B%2B) - [x] [GCC (The GNU Compiler Collection)](https://gcc.gnu.org/) - [ ] [LLVM Clang](https://clang.llvm.org/) @@ -42,7 +42,7 @@ pip install dockerjudge ``` -#### 通过 [Esay install](https://setuptools.readthedocs.io/en/latest/easy_install.html) (不建议) +#### 通过 [Easy install](https://setuptools.readthedocs.io/en/latest/easy_install.html) (不建议) ```sh easy_install dockerjudge ```