Skip to content

Commit

Permalink
doc: fix head level in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Apr 28, 2018
1 parent 55bd724 commit 08a9c48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@

参见[快速上手](quickstart.md)文档。

# 本地开发
## 本地开发

首先需要安装 [Crystal](https://crystal-lang.org/docs/installation/index.html) 和 redis 之后执行:

```bash
$ shards install
```

# 贡献你的力量
## 贡献你的力量

可能你对本项目是由 Crystal 编写的很陌生,不需要担心如果你熟悉 Ruby 就没有障碍了。

Expand All @@ -34,6 +34,6 @@ $ shards install
4. 推送分支到服务器 (`git push origin my-new-feature`)
5. 创建一个新的 PR

# 项目维护者
## 项目维护者

- [icyleaf](https://github.com/icyleaf) - 核心开发维护者
2 changes: 1 addition & 1 deletion docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 08a9c48

Please sign in to comment.