diff --git a/README.md b/README.md
index a3ec108..f2e44f8 100644
--- a/README.md
+++ b/README.md
@@ -296,6 +296,7 @@ install-php-extensions @fix_letsencrypt
| recode | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | | | | |
| redis | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| relay | | | | | | | ✓ | ✓ | ✓ | ✓ | ✓ |
+| saxon[*](#special-requirements-for-saxon) | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| seasclick | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| seaslog | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| shmop | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
@@ -346,7 +347,7 @@ install-php-extensions @fix_letsencrypt
| zookeeper | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
| zstd | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
-*Number of supported extensions: 143*
+*Number of supported extensions: 144*
PS: the pre-installed PHP extensions are excluded from this list.
@@ -442,6 +443,7 @@ Some extensions have special requirements:
| parle | Not available in `jessie` docker images |
| pdo_sqlsrv | Not available in ARM architectures |
| pthreads | Requires images with PHP compiled with thread-safety enabled (`zts`) |
+| saxon | Not available in `alpine` docker images |
| simdjson | • Not available in `jessie` docker images
• Not available in `stretch` docker images |
| sodium | Not available in `jessie` docker images |
| sqlsrv | • Not available in `7.1-alpine3.9` docker images
• Not available in `7.1-alpine3.10` docker images
• Not available in ARM architectures |