diff options
author | Loïc Hoguin <[email protected]> | 2014-07-12 14:19:29 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-07-12 14:19:29 +0200 |
commit | e2b5c21443a53b3bc98c90e41b8ccf08d5731db7 (patch) | |
tree | f6e85ceb5819a8cbfd36e7f8b77980680095cff5 /doc/src/guide/introduction.ezdoc | |
parent | de4697690c5bee8349ff80f84b2393fd698c7d39 (diff) | |
download | cowboy-e2b5c21443a53b3bc98c90e41b8ccf08d5731db7.tar.gz cowboy-e2b5c21443a53b3bc98c90e41b8ccf08d5731db7.tar.bz2 cowboy-e2b5c21443a53b3bc98c90e41b8ccf08d5731db7.zip |
Drop R15 support
Diffstat (limited to 'doc/src/guide/introduction.ezdoc')
-rw-r--r-- | doc/src/guide/introduction.ezdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/introduction.ezdoc b/doc/src/guide/introduction.ezdoc index 7f77fcc..2e25b59 100644 --- a/doc/src/guide/introduction.ezdoc +++ b/doc/src/guide/introduction.ezdoc @@ -32,7 +32,7 @@ guarantee that the experience will be safe and smooth. You are advised to perform the necessary testing and security audits prior to deploying on other platforms. -Cowboy is developed for Erlang R15B+. +Cowboy is developed for Erlang/OTP R16B+. Cowboy may be compiled on earlier Erlang versions with small source code modifications but there is no guarantee that it will work as expected. |