diff --git a/README.md b/README.md index 94f863c..bba69b4 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,11 @@ dig.js Create and capture DNS and mDNS query and response packets to disk as binary and/or JSON. Options are similar to the Unix `dig` command. -Install with git +Install ------- +### with git + ```bash # Install the latest of v1.x npm install -g 'git+https://git@git.daplie.com/Daplie/dig.js.git#v1' @@ -19,8 +21,7 @@ npm install -g 'git+https://git@git.daplie.com/Daplie/dig.js.git#v1' npm install -g 'git+https://git@git.daplie.com/Daplie/dig.js.git#v1.0.0' ``` -Install without git -------- +### without git Don't have git? Well, you can also bow down to the gods of the centralized, monopolized, concentrated, *dictator*net (as we like to call it here at Daplie Labs), if that's how you roll: @@ -32,13 +33,11 @@ npm install -g dig.js Usage ----- -### Format - ```bash dig.js [TYPE] ``` -### Example +**Example**: ```bash dig.js daplie.com @@ -63,8 +62,6 @@ dig.js -p 5353 @224.0.0.251 PTR _services._dns-sd._udp.local +time=3 ```bash dig.js A daplie.com -dig.js -t A daplie.com - dig.js @8.8.8.8 A daplie.com ```