From 8ca00a3b0c354d6714a2267f5ff29cf2dbe1e268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=BClker?= Date: Mon, 18 Aug 2025 13:53:08 +0200 Subject: [PATCH] Add missing backtick in README.md (#38757) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The build instructions for OHOS were missing a backtick. Signed-off-by: Simon Wülker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69b414349a3..a1e18c6d6fc 100644 --- a/README.md +++ b/README.md @@ -90,4 +90,4 @@ For more detailed build instructions, see the Servo book under [Setting up your - `OHOS_SDK_NATIVE` (e.g. `${DEVECO_SDK_HOME}/default/openharmony/native` or `${OHOS_BASE_SDK_HOME}/${API_VERSION}/native`) - `SERVO_OHOS_SIGNING_CONFIG`: Path to json file containing a valid signing configuration for the demo app. - Review the detailed instructions at [Building for OpenHarmony]. -- The target distribution can be modified by passing `--flavor=` to `mach . +- The target distribution can be modified by passing `--flavor=` to `mach `.