From ce21a5fff22ef1b43702a68f69cd2d743352850b Mon Sep 17 00:00:00 2001
From: LogMANOriginal <LogMANOriginal@users.noreply.github.com>
Date: Sat, 5 Nov 2016 16:20:34 +0100
Subject: [PATCH] [Requirements] Mention allow_url_fopen & update instructions

---
 Requirements.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Requirements.md b/Requirements.md
index 6b18261..56e78ff 100644
--- a/Requirements.md
+++ b/Requirements.md
@@ -3,5 +3,6 @@
   - PHP 5.6 (or higher)
   - `openssl` extension
   - `libxml` extension
+  - `allow_url_fopen` enabled (`On` or `1`)
 
-Turn on the OpenSSL support by un-commenting the line `extension=php_openssl.dll` in your PHP configuration (`php.ini`)
\ No newline at end of file
+Enable extensions by un-commenting the corresponding line in your PHP configuration (`php.ini`).
\ No newline at end of file