summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGaren Chan <1412950785@qq.com>2021-03-16 22:43:03 +0800
committerGitHub <noreply@github.com>2021-03-16 16:43:03 +0200
commitf141329fb78df320bd0a8dc28a0521e78cca8664 (patch)
treef5a9acc0e1a2fbbee10e84661380cb327dab39bf /README.md
parent6da2bc96e210dba081328d9b24f466cea6047826 (diff)
downloadredis-f141329fb78df320bd0a8dc28a0521e78cca8664.tar.gz
Fix incorrect presentation in README.md (#5697)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ab911b731..3857bf62c 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ To append a suffix to Redis program names, use:
% make PROG_SUFFIX="-alt"
-You can run a 32 bit Redis binary using:
+You can build a 32 bit Redis binary using:
% make 32bit