From f3872abdcf85f856eb4e9c968be8d1e5a33a4753 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Wed, 13 Apr 2022 14:57:50 -0700 Subject: [PATCH] Remove \t character PiperOrigin-RevId: 441587417 Change-Id: Iab265a4649dedaddd675086958bf7b46e48cc1ee --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b3cf1dfe..619f6b3d7 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ In order to do that, you need to do the following: * `git clone https://github.com/google/copybara.git` * Build: * `bazel build //java/com/google/copybara` - * `bazel build //java/com/google/copybara:copybara_deploy.jar` to create an executable uberjar. + * `bazel build //java/com/google/copybara:copybara_deploy.jar` to create an executable uberjar. * Tests: `bazel test //...` if you want to ensure you are not using a broken version. ### System packages