R16 isn't supported yet.
diff --git a/INSTALL.Unix b/INSTALL.Unix
index d74c6b4..f517f08 100644
--- a/INSTALL.Unix
+++ b/INSTALL.Unix
@@ -35,16 +35,16 @@
 
 You should have the following installed:
 
- * Erlang OTP (>=R13B04)      (http://erlang.org/)
- * ICU                        (http://icu.sourceforge.net/)
- * OpenSSL                    (http://www.openssl.org/)
- * Mozilla SpiderMonkey (1.7) (http://www.mozilla.org/js/spidermonkey/)
- * GNU Make                   (http://www.gnu.org/software/make/)
- * GNU Compiler Collection    (http://gcc.gnu.org/)
- * libcurl                    (http://curl.haxx.se/libcurl/)
- * help2man                   (http://www.gnu.org/s/help2man/)
- * Python (>= 2.7) for docs   (http://python.org/)
- * Python Sphinx (>=1.1.3)    (http://pypi.python.org/pypi/Sphinx)
+ * Erlang OTP (>=R13B04, <R16)  (http://erlang.org/)
+ * ICU                          (http://icu-project.org/)
+ * OpenSSL                      (http://www.openssl.org/)
+ * Mozilla SpiderMonkey (1.7)   (http://www.mozilla.org/js/spidermonkey/)
+ * GNU Make                     (http://www.gnu.org/software/make/)
+ * GNU Compiler Collection      (http://gcc.gnu.org/)
+ * libcurl                      (http://curl.haxx.se/libcurl/)
+ * help2man                     (http://www.gnu.org/s/help2man/)
+ * Python (>=2.7) for docs      (http://python.org/)
+ * Python Sphinx (>=1.1.3)      (http://pypi.python.org/pypi/Sphinx)
 
 It is recommended that you install Erlang OTP R13B-4 or above where possible.
 You will only need libcurl if you plan to run the JavaScript test suite. And
diff --git a/INSTALL.Windows b/INSTALL.Windows
index 0c69b56..353654b 100644
--- a/INSTALL.Windows
+++ b/INSTALL.Windows
@@ -29,8 +29,8 @@
 
 You will need the following installed:
 
- * Erlang OTP (>=14B01)          (http://erlang.org/)
- * ICU        (>=4.*)            (http://icu.sourceforge.net/)
+ * Erlang OTP (>=14B01, <R16)    (http://erlang.org/)
+ * ICU        (>=4.*)            (http://icu-project.org/)
  * OpenSSL    (>=0.9.8r)         (http://www.openssl.org/)
  * Mozilla SpiderMonkey (=1.8.5) (http://www.mozilla.org/js/spidermonkey/)
  * libcurl    (>=7.20)           (http://curl.haxx.se/libcurl/)