diff options
author | Loïc Hoguin <[email protected]> | 2014-08-02 12:35:27 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-08-02 12:35:27 +0200 |
commit | e2d8e0361e91360e435ef47cfadeb1d772b1a6e0 (patch) | |
tree | 1d966b6392961d02ebc6f14f5ab6b99d4c4111c6 /README.md | |
parent | 9b69841683d196fa3573b541e744658fdd5156f4 (diff) | |
download | erlang.mk-e2d8e0361e91360e435ef47cfadeb1d772b1a6e0.tar.gz erlang.mk-e2d8e0361e91360e435ef47cfadeb1d772b1a6e0.tar.bz2 erlang.mk-e2d8e0361e91360e435ef47cfadeb1d772b1a6e0.zip |
Change extend -> ninenines links
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 |