1- # Dns Component
1+ # Dns
22
3- [ ![ Build Status] ( https://secure.travis-ci.org/reactphp/dns.png?branch=master )] ( http://travis-ci.org/reactphp/dns ) [ ![ Code Climate] ( https://codeclimate.com/github/reactphp/dns/badges/gpa.svg )] ( https://codeclimate.com/github/reactphp/dns )
3+ [ ![ Build Status] ( https://travis-ci.org/reactphp/dns.svg?branch=master )] ( https://travis-ci.org/reactphp/dns )
4+ [ ![ Code Climate] ( https://codeclimate.com/github/reactphp/dns/badges/gpa.svg )] ( https://codeclimate.com/github/reactphp/dns )
45
5- Async DNS resolver for [ ReactPHP] ( https://reactphp.org/ )
6+ Async DNS resolver for [ ReactPHP] ( https://reactphp.org/ ) .
67
78The main point of the DNS component is to provide async DNS resolution.
89However, it is really a toolkit for working with DNS messages, and could
@@ -144,8 +145,8 @@ $executor->query(
144145
145146## Install
146147
147- The recommended way to install this library is [ through Composer] ( http ://getcomposer.org) .
148- [ New to Composer?] ( http ://getcomposer.org/doc/00-intro.md)
148+ The recommended way to install this library is [ through Composer] ( https ://getcomposer.org) .
149+ [ New to Composer?] ( https ://getcomposer.org/doc/00-intro.md)
149150
150151This will install the latest supported version:
151152
@@ -163,7 +164,7 @@ It's *highly recommended to use PHP 7+* for this project.
163164## Tests
164165
165166To run the test suite, you first need to clone this repo and then install all
166- dependencies [ through Composer] ( http ://getcomposer.org) .
167+ dependencies [ through Composer] ( https ://getcomposer.org) .
167168Because the test suite contains some circular dependencies, you may have to
168169manually specify the root package version like this:
169170
@@ -183,5 +184,5 @@ MIT, see [LICENSE file](LICENSE).
183184
184185## References
185186
186- * [ RFC 1034] ( http ://tools.ietf.org/html/rfc1034) Domain Names - Concepts and Facilities
187- * [ RFC 1035] ( http ://tools.ietf.org/html/rfc1035) Domain Names - Implementation and Specification
187+ * [ RFC 1034] ( https ://tools.ietf.org/html/rfc1034) Domain Names - Concepts and Facilities
188+ * [ RFC 1035] ( https ://tools.ietf.org/html/rfc1035) Domain Names - Implementation and Specification
0 commit comments