Skip to content
This repository has been archived by the owner on May 6, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelwilliams authored Feb 23, 2019
1 parent 50eb3a6 commit 6bfc319
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
======================

Expand Down Expand Up @@ -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`.
`Badcow\DNS\Rdata\RdataInterface`.

0 comments on commit 6bfc319

Please sign in to comment.