aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorronshapiro <ronshapiro@google.com>2018-01-16 14:51:16 -0800
committerRon Shapiro <shapiro.rd@gmail.com>2018-01-18 08:21:45 -0500
commit5715fa71a4c0ddebefbfd96c02ab74a09c79da1c (patch)
tree1d6f229fa3c946275a9e8e44bb2b4a1aa0ee6fe5 /README.md
parent8ab63f1270c6903fb8193a6bd819a595fc396a79 (diff)
downloaddagger2-5715fa71a4c0ddebefbfd96c02ab74a09c79da1c.tar.gz
Fix bazel docs
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=182115571
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cf228350c..16a47ba8f 100644
--- a/README.md
+++ b/README.md
@@ -38,11 +38,11 @@ mailing list.
### Bazel
-If you build with `bazel`, follow the [`bazel` documenation for referencing
+If you build with `bazel`, follow the [`bazel` documentation for referencing
external projects][bazel-external-deps] to include Dagger in your build.
Given the following `WORKSPACE` definition, you can reference dagger via
-`@com_google_dagger//:dagger-with-compiler` in your deps.
+`@com_google_dagger//:dagger_with_compiler` in your deps.
```python
http_archive(