diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-11-17 19:13:13 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-11-17 19:13:13 -0500 |
| commit | a8bbe362a301e4473f227e14dc8c75bca654f2b6 (patch) | |
| tree | 6d7080bd4d80fe1f8aa4080567cbaff7882d46ac /static/build.html | |
| parent | 0decb6cd679d226a1e680d5ac6e8274f418929b6 (diff) | |
wrap variable in code element
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html index b6ace3b3..d7a8f102 100644 --- a/static/build.html +++ b/static/build.html @@ -748,8 +748,8 @@ git checkout $CORRECT_BRANCH_OR_TAG</pre> <pre>fetch --nohooks android</pre> - <p>Sync to the latest stable release for Android (replace $VERSION with the correct - value):</p> + <p>Sync to the latest stable release for Android (replace <code>$VERSION</code> with + the correct value):</p> <pre>cd src git fetch --tags |
