From 0b49e84ce78239554151034036da782cebdfee22 Mon Sep 17 00:00:00 2001 From: machenbach Date: Wed, 25 Mar 2015 07:54:47 -0700 Subject: [PATCH] Fix line breaks in md documentation. NOTRY=true Review URL: https://codereview.chromium.org/1030813003 Cr-Commit-Position: refs/heads/master@{#27445} --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bc1685affa..5cd4b5811a 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ Getting the Code Checkout [depot tools](http://www.chromium.org/developers/how-tos/install-depot-tools), and run -> `fetch v8` + fetch v8 This will checkout V8 into the directory `v8` and fetch all of its dependencies. To stay up to date, run -> `git pull origin` -> `gclient sync` + git pull origin + gclient sync For fetching all branches, add the following into your remote configuration in `.git/config`: