Add missing backtick in README.md (#38757)

The build instructions for OHOS were missing a backtick.

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
Simon Wülker 2025-08-18 13:53:08 +02:00 committed by GitHub
parent 7489a0349f
commit 8ca00a3b0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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=<default|harmonyos>` to `mach <build|package|install>.
- The target distribution can be modified by passing `--flavor=<default|harmonyos>` to `mach <build|package|install>`.