aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-08-01 10:44:43 +0200
committerLoïc Hoguin <[email protected]>2014-08-01 10:44:43 +0200
commit39f9f993428ed50047137903a65403e5655fa329 (patch)
treeefa1066c0a8d0cb89c8b782cf658a4ffe3cbf891 /README.md
parent9d6293e411f33338c0cf02c862038548b384cb14 (diff)
downloaderlang.mk-39f9f993428ed50047137903a65403e5655fa329.tar.gz
erlang.mk-39f9f993428ed50047137903a65403e5655fa329.tar.bz2
erlang.mk-39f9f993428ed50047137903a65403e5655fa329.zip
Fix a small error in the README
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 b412dd5..8182ba1 100644
--- a/README.md
+++ b/README.md
@@ -100,7 +100,7 @@ except the variable `TEST_DEPS` holds the list of test-only dependencies.
``` erlang
TEST_DEPS = ct_helper
-dep_ct_helper = https://github.com/extend/ct_helper.git master
+dep_ct_helper = git https://github.com/extend/ct_helper.git master
```
Please note that the test dependencies will only be compiled once