From 08a9c483c7d6d372e5571b7eec23e55677da4c9f Mon Sep 17 00:00:00 2001 From: icyleaf Date: Sat, 28 Apr 2018 10:12:54 +0800 Subject: [PATCH] doc: fix head level in readme --- docs/README.md | 6 +++--- docs/en/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 433a125..12e1fa7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -16,7 +16,7 @@ 参见[快速上手](quickstart.md)文档。 -# 本地开发 +## 本地开发 首先需要安装 [Crystal](https://crystal-lang.org/docs/installation/index.html) 和 redis 之后执行: @@ -24,7 +24,7 @@ $ shards install ``` -# 贡献你的力量 +## 贡献你的力量 可能你对本项目是由 Crystal 编写的很陌生,不需要担心如果你熟悉 Ruby 就没有障碍了。 @@ -34,6 +34,6 @@ $ shards install 4. 推送分支到服务器 (`git push origin my-new-feature`) 5. 创建一个新的 PR -# 项目维护者 +## 项目维护者 - [icyleaf](https://github.com/icyleaf) - 核心开发维护者 diff --git a/docs/en/README.md b/docs/en/README.md index b74e15b..7191a2b 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -22,7 +22,7 @@ Mirror git repositories to self-host gitlab services. It's best choice for any r Check [Quick Start](quickstart.md). -# Development +## Development Install [Crystal](https://crystal-lang.org/docs/installation/index.html) and redis first and run: