From 3353d096ae4d8208bafbf95cf24b41e88a80b6e9 Mon Sep 17 00:00:00 2001 From: Daplie Date: Fri, 13 Jan 2017 20:10:53 -0700 Subject: [PATCH] writting markdown documentation is fun! --- howto.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/howto.md b/howto.md index 587c4d3..6225b06 100644 --- a/howto.md +++ b/howto.md @@ -1,27 +1,24 @@ header ===== +How to create a JSON file with information about your project: ```bash npm init ``` - - -how to duplicate DNS crash: +How to duplicate DNS crash: ``` -cd ~/dns_test -``` - -``` -node listen.js +>> cd ~/dns_test +>> node listen.js ``` +Then in another terminal enter: ``` dig @224.0.0.251 -p 5353 -t PTR _cloud._tcp.local ``` -The output is then: +The listener then crashes with an output of: ``` START DNS PACKET