aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorronshapiro <ronshapiro@google.com>2017-05-03 11:28:04 -0700
committerRon Shapiro <shapiro.rd@gmail.com>2017-05-04 16:02:05 -0400
commit43498a6de94d2810b22041a72fba49881feb81aa (patch)
treebc3e150dee3b3cd8ca9c8275354f5a5076e913b0 /README.md
parent7ef7121e042db3d16a347bff8cc535eb81ed676e (diff)
downloaddagger2-43498a6de94d2810b22041a72fba49881feb81aa.tar.gz
Fix typo
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=154980676
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 96b9939e9..92b28ecdc 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,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 as with the `provided` scope:
+the `dagger-compiler` artifact with the `provided` scope:
```xml
<dependencies>
<dependency>