summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2021-04-16 12:01:27 -0700
committerGitHub <noreply@github.com>2021-04-16 12:01:27 -0700
commit1b7e07edfb2fcaaf4edcbe056e78707e2cc4f476 (patch)
treef55fbdc813439ac714a6f24c510d63e60b864dff
parente0ccc6d0cbf7b17e8c7288297c717f3b3d499679 (diff)
downloadpython-magic-1b7e07edfb2fcaaf4edcbe056e78707e2cc4f476.tar.gz
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 378594b..352346c 100644
--- a/README.md
+++ b/README.md
@@ -119,9 +119,9 @@ To run against a specific python version:
LC_ALL=en_US.UTF-8 python3 test/test.py
```
-## libmagic and python-magic
+## libmagic python API compatability
-See [COMPAT.md](COMPAT.md) for a guide to libmagic / python-magic compatability.
+The python bindings shipped with libmagic use a module name that conflicts with this package. To work around this, python-magic includes a compatability layer for the libmagic API. See [COMPAT.md](COMPAT.md) for a guide to libmagic / python-magic compatability.
## Versioning