diff --git a/README.md b/README.md index f56c35a..39a748d 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ C++, Qt5 The main use of the tool is to translate IPv6 addresses to meship domains for use in services without IPv6 support. Meship (and meshname) domains are resolved by [meshnamed](https://github.com/zhoreeq/meshname). -Also, the tool can be used as a supplement to projects that need to resolve domain names to addresses with some API. Mario DNS provides API with output in JSON format: +Also, the tool can be used as a supplement to projects that need to resolve domain names to addresses with simple API. Mario DNS provides API with output in JSON format: ``` # Request: -dns.acetone.ygg +/api/toConverting=dns.acetone.ygg # Answer: { @@ -27,7 +27,6 @@ dns.acetone.ygg You can use `version` request for version information. -To use the API, send a domain or address to a socket without additional headers. ### How to start