diff --git a/README.md b/README.md index c518727..13a449b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +!! Code-base has been moved !! +============================== +The DNS Parser has been incorporated into [Badcow DNS Zone Library](https://github.com/Badcow/DNS) to enable a better release cycle. +The namespaces remain unchanged. You only need to include `badcow/dns` in your composer config. + Badcow DNS Zone Parser ====================== @@ -107,4 +112,4 @@ $zone = $parser->makeZone('example.com.', $record); ``` You can also overwrite the default handlers if you wish, as long as your handler method returns an instance of -`Badcow\DNS\Rdata\RdataInterface`. \ No newline at end of file +`Badcow\DNS\Rdata\RdataInterface`.