Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/techsneeze/dmarcts-report-viewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthäus Wander <mail@wander.science>2021-06-29 21:22:30 +0300
committerGitHub <noreply@github.com>2021-06-29 21:22:30 +0300
commit575eff8a3af1f40efd90c0ade737f15a70e587ce (patch)
tree02cac48e76a6cc7c931e0c4a64346dc7e8c7bc95
parent287a3638e88cb8116b475bcd8553b77f1a1ccfc6 (diff)
Changed package name from `php-dom` to `php-xml`
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6665021..83d0696 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ A PHP viewer for DMARC records that have been parsed by [John Levine's rddmarc s
* A working webserver (apache, nginx, ...) with PHP
-* Installed `php-mysql` and `php-dom`
+* Installed `php-mysql` and `php-xml`
### Download dmarcts-report-viewer:
```