fix a typo in README

This commit is contained in:
starlee 2021-11-12 08:38:52 +08:00
parent f2bee32eec
commit 8bfe421eaa
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ rails db:migrate RAILS_ENV=development
git clone -b standalone https://git.trustie.net/jasder/build.git
```
#### 12. 启动redis(此处已mac系统为例)
#### 12. 启动redis(此处以macOS系统为例)
```bash
redis-server&
```