aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcgruber <cgruber@google.com>2017-08-10 09:57:04 -0700
committerRon Shapiro <shapiro.rd@gmail.com>2017-08-14 15:41:07 -0400
commit92f9d9fdf4f3ef0426749c5a32cd3332f18b0731 (patch)
tree2ffb59fc0205a32384a00c87e55c81f62ddf833f /README.md
parent55cd3920ae30b0e45864961ef9615c1fabdcab3e (diff)
downloaddagger2-92f9d9fdf4f3ef0426749c5a32cd3332f18b0731.tar.gz
Update the README.md to have a space before the xml configuration so it properly renders as a source code block.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164866101
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 923add4dc..232dc133f 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,7 @@ of your `pom.xml` and the `dagger-compiler` artifact as an
If you are using a version of the `maven-compiler-plugin` lower than `3.5`, add
the `dagger-compiler` artifact with the `provided` scope:
+
```xml
<dependencies>
<dependency>