Browse Source

DEPS example

Viktor Söderqvist 10 years ago
parent
commit
80d8ac144a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -70,8 +70,8 @@ Usage as a dependency
 
 
 Using *erlang.mk*:
 Using *erlang.mk*:
 
 
-    DEPS = mysql-otp
-    dep_mysql-otp = git https://github.com/mysql-otp/mysql-otp 0.8.0
+    DEPS = mysql
+    dep_mysql = git https://github.com/mysql-otp/mysql-otp 0.8.0
 
 
 Using *rebar*:
 Using *rebar*: