summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavey Shafik <me@daveyshafik.com>2016-07-03 20:06:58 -0700
committerDavey Shafik <me@daveyshafik.com>2016-07-03 20:18:59 -0700
commitdc32f63c8f9c468739cae8b97d19e7f84f3091e1 (patch)
tree71f9a96cf3661523866eb140886e57f4d8b65c9a
parenta475bc49e6b3cfac89f01cb77f3c0f4ebce7bedf (diff)
downloadphp7-mysql-shim-dc32f63c8f9c468739cae8b97d19e7f84f3091e1.zip
php7-mysql-shim-dc32f63c8f9c468739cae8b97d19e7f84f3091e1.tar.gz
php7-mysql-shim-dc32f63c8f9c468739cae8b97d19e7f84f3091e1.tar.bz2
Specify compatiblity with PHP 5.6
Fixes #10
-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