summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 70a8e89..0398d3e 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,7 @@
This library attempts to create a drop-in replacement for ext/mysql on PHP 7 using mysqli.
-For the most part, it should _just work_, although you either need to prefix all calls with a `\` (only internal functions will fallback to the global scope)
-or import the functions into every file (e.g. `use function \mysql_connect`).
+For the most part, it should _just work_.
## Why You Shouldn't Use This Library