From 1aa2be0c2d813252a1aaf4cc2f933691e155cd1e Mon Sep 17 00:00:00 2001 From: John Shaver Date: Wed, 27 Sep 2017 14:17:06 -0700 Subject: [PATCH] Updated readme. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed920fd..111be4a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ Playing around with parsing dns packets in Javascript. ## ToDo - [x] Import packet string into Arraybuffer -- [ ] Parse the headers into a Javascript object -- [ ] Test/Fix browser JS compatibility +- [x] Parse the headers into a Javascript object +- [x] Test/Fix browser JS compatibility + +To see the parsed result of the packet, clone the repo and : + +```npm install && npm run``` + +To view in the browser, open `index.html` in your browser.