summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0398d3e..5536262 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ or, clone/download this repo, and include `mysql.php` in your project.
## Usage
-Once the file is included, it will create `mysql_*` function if they don't already exist. _**You may safely include the file in a PHP 5.x project**_, it will do nothing.
+Once the file is included, it will create `mysql_*` function if they don't already exist. _**You may safely include the file in a PHP 5.6 project**_, it will do nothing.
## Caveats