From 4d1c41d4e28b87da1261bb2d9d8f7c00c91fc142 Mon Sep 17 00:00:00 2001 From: Marshmallow Date: Fri, 11 Sep 2020 01:05:15 +0800 Subject: [PATCH] fix readme format (#12797) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally, the tabbed content under 'If pre-built frontend files are present it is possible to only build the backend:‘ has tab within the tabbed content. This commit fixed it. Co-authored-by: Lunny Xiao --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 163daa85b..ad9322205 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The `build` target is split into two sub-targets: If pre-built frontend files are present it is possible to only build the backend: - TAGS="bindata" make backend + TAGS="bindata" make backend Parallelism is not supported for these targets, so please don't include `-j `.