diff options
| author | Loïc Hoguin <[email protected]> | 2018-10-02 10:05:40 +0200 |
|---|---|---|
| committer | Loïc Hoguin <[email protected]> | 2018-10-02 10:05:40 +0200 |
| commit | c998673eb009da2ea4dc0e6ef0332534cf679cc4 (patch) | |
| tree | fc3efba15d158e30b2fece276ca6ddbfa83d07f7 | |
| parent | d394eb72568d2503bffc3e264cf194da16d0466d (diff) | |
| download | cowboy-c998673eb009da2ea4dc0e6ef0332534cf679cc4.tar.gz cowboy-c998673eb009da2ea4dc0e6ef0332534cf679cc4.tar.bz2 cowboy-c998673eb009da2ea4dc0e6ef0332534cf679cc4.zip | |
Fix Cowboy version in the getting started chapter2.5.0
| -rw-r--r-- | doc/src/guide/getting_started.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/getting_started.asciidoc b/doc/src/guide/getting_started.asciidoc index 3a16950..68f870c 100644 --- a/doc/src/guide/getting_started.asciidoc +++ b/doc/src/guide/getting_started.asciidoc @@ -69,7 +69,7 @@ fetch and compile Cowboy: PROJECT = hello_erlang DEPS = cowboy -dep_cowboy_commit = 2.4.0 +dep_cowboy_commit = 2.5.0 DEP_PLUGINS = cowboy |
