Skip to content

Commit c36ff1f

Browse files
fixed typo in README.md
1 parent fc2d89d commit c36ff1f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ you need:
7575
* `git clone https://github.com/google/copybara.git`
7676
* Build:
7777
* `bazel build //java/com/google/copybara`.
78-
* `bazel build //java/com/google/copybara:copybara_deploy.jar` to create a executable uberjar.
78+
* `bazel build //java/com/google/copybara:copybara_deploy.jar` to create an executable uberjar.
7979
* Tests: `bazel test //...` if you want to ensure you are not using a broken version.
8080

8181
### System packages
@@ -165,12 +165,11 @@ We are still working on the documentation. Here are some resources:
165165

166166
* [Reference documentation](docs/reference.md)
167167
* [Examples](docs/examples.md)
168-
168+
169169
## Contact us
170170

171171
If you have any questions about how Copybara works please contact us at our [mailing list](https://groups.google.com/forum/#!forum/copybara-discuss)
172172

173173
## Optional tips
174174

175175
* If you want to see the test errors in Bazel, instead of having to cat the logs, add this line to your `~/.bazelrc: *test --test_output=streamed*`.
176-

0 commit comments

Comments
 (0)