Browse Source

Fix a small error in the README

Loïc Hoguin 11 years ago
parent
commit
39f9f99342
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -100,7 +100,7 @@ except the variable `TEST_DEPS` holds the list of test-only dependencies.
 
 
 ``` erlang
 ``` erlang
 TEST_DEPS = ct_helper
 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
 Please note that the test dependencies will only be compiled once