From 0495e58eab4aa7e7d8fa55c67ffc0082e535f8c6 Mon Sep 17 00:00:00 2001 From: John Shaver Date: Wed, 27 Sep 2017 14:24:32 -0700 Subject: [PATCH] Updated README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 111be4a..118412a 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,7 @@ 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. +To view in the browser, open `index.html` in your browser and look at the console output. + +The raw packet that is parsed has also been saved as `./data`, if you would like to look at it.