1
0
mirror of https://github.com/danog/dns.git synced 2025-01-23 05:51:11 +01:00

Fix typo in README

This commit is contained in:
Chris Wright 2014-11-27 12:19:13 +00:00
parent 2a8e46babc
commit 1eecf283d7

View File

@ -90,6 +90,6 @@ Tests can be run from the command line using:
`php vendor/bin/phpunit -c phpunit.xml`
or to exlude tests that require a working internet connection:
or to exclude tests that require a working internet connection:
`php vendor/bin/phpunit -c phpunit.xml --exclude-group internet`