aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/tutorial/java.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/docs/tutorial/java.md')
-rw-r--r--site/docs/tutorial/java.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/tutorial/java.md b/site/docs/tutorial/java.md
index 4a80d472a0..34cb7b5d4c 100644
--- a/site/docs/tutorial/java.md
+++ b/site/docs/tutorial/java.md
@@ -29,7 +29,7 @@ To prepare for the tutorial, first [Install Bazel](/docs/install.md) if
you don't have it installed already. Then, retrieve the sample project from
Bazel's GitHub repository:
-```
+```sh
git clone https://github.com/bazelbuild/examples/
```
@@ -134,7 +134,7 @@ through its contents to get an idea for Bazel's output structure.
Now test your freshly built binary:
-```shell
+```sh
bazel-bin/ProjectRunner
```