From 1b7e07edfb2fcaaf4edcbe056e78707e2cc4f476 Mon Sep 17 00:00:00 2001 From: Adam Hupp Date: Fri, 16 Apr 2021 12:01:27 -0700 Subject: Update README.md --- README.md | 4 ++-- 1 file 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 -- cgit v1.2.1