Fix bad formatting around "runner_deploy.jar"

--
Reviewed-on: https://github.com/google/bazel/pull/228
MOS_MIGRATED_REVID=95282514
diff --git a/site/docs/getting-started.md b/site/docs/getting-started.md
index 0cc37cb..9615dc1 100644
--- a/site/docs/getting-started.md
+++ b/site/docs/getting-started.md
@@ -283,7 +283,7 @@
 {% endhighlight %}
 
 To deploy a `runner` binary, we need a self-contained jar. To build this, build
-runner_deploy.jar (or, more generally, _<target-name>_deploy.jar_):
+`runner_deploy.jar` (or, more generally, `<target-name>_deploy.jar`):
 
 {% highlight bash %}
 $ bazel build my-project/java/com/example/cmdline:runner_deploy.jar