summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2021-02-02 10:32:14 -0800
committerCommit Bot <commit-bot@chromium.org>2021-02-02 22:49:57 +0000
commitc15e3c7be204a74b21d2f3b589e0d864231bd357 (patch)
tree035b5cc278fa6cac0243ed68be2e5fea9f8af84e
parent3babb89582d40a574dee53922a579196c2ee4bc4 (diff)
downloadchrome-ec-c15e3c7be204a74b21d2f3b589e0d864231bd357.tar.gz
README: Run mdformat
BRANCH=none BUG=b:178648877 TEST=view in gitiles Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: Ia1736c4fef0b76c752393462808b5af1da15801e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2668977 Commit-Queue: Diana Z <dzigterman@chromium.org> Reviewed-by: Diana Z <dzigterman@chromium.org>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9f4976f113..dd4dd39132 100644
--- a/README.md
+++ b/README.md
@@ -151,8 +151,8 @@ branch1...branch2 as needed):
git log --left-right --graph --cherry-pick --oneline branch1...branch2
```
-For example, to see the difference between cros/main and the HEAD of the
-current branch:
+For example, to see the difference between cros/main and the HEAD of the current
+branch:
```bash
git log --left-right --graph --cherry-pick --oneline cros/main...HEAD