diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ The following snippet overrides the Cowboy version required: ``` Makefile DEPS = cowboy -dep_cowboy = git https://github.com/extend/cowboy 1.0.0 +dep_cowboy = git https://github.com/ninenines/cowboy 1.0.0 ``` They will always be compiled using the command `make`. If the dependency |