From 8bfe421eaaaaa5e3b8c46d1396f4055b792e5324 Mon Sep 17 00:00:00 2001 From: starlee Date: Fri, 12 Nov 2021 08:38:52 +0800 Subject: [PATCH] fix a typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bcd05cc..73e1bdab 100644 --- a/README.md +++ b/README.md @@ -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& ```