summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Thompson <ptf@google.com>2022-07-06 18:06:03 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-07 14:51:20 +0000
commita77fc18cbd1a10f069597b73c2aa8a8c370fa303 (patch)
tree585241e8a68e8288c4115e601c167c656ad0515b
parentfffb8c13db96322b77673295c10a0a41fdf6530e (diff)
downloadchrome-ec-a77fc18cbd1a10f069597b73c2aa8a8c370fa303.tar.gz
README: Emphasize with inline code instead of bold
README.md has angle brackets that are supposed to be displayed but are not because bold (**) does not escape brackets. The rest of the file uses inline code (backtics) for emphasis so that's what I changed it to. BUG=b:231139247 BRANCH=None TEST=None Change-Id: I7b3c791c402fd7f7e270a4e340cb40bcca166ead Signed-off-by: Patrick Thompson <ptf@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3749530 Reviewed-by: Tom Hughes <tomhughes@chromium.org>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0a10859b93..10d169888c 100644
--- a/README.md
+++ b/README.md
@@ -179,7 +179,7 @@ cd ~/trunk/src/platform/ec
make -j BOARD=<boardname>
```
-Where **<boardname>** is replaced by the name of the board you want to build an
+Where `<boardname>` is replaced by the name of the board you want to build an
EC binary for. For example, the boardname for the Chromebook Pixel is “link”.
The make command will generate an EC binary at `build/<boardname>/ec.bin`. The
`-j` tells make to build multi-threaded which can be much faster on a multi-core