From 2212774cc0114670725cece3ef24af1fd0c370f7 Mon Sep 17 00:00:00 2001 From: John Shaver Date: Wed, 27 Sep 2017 14:27:51 -0700 Subject: [PATCH] Fixed the start command in the readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 118412a..f7e73a6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Playing around with parsing dns packets in Javascript. To see the parsed result of the packet, clone the repo and : -```npm install && npm run``` +```npm install && npm start``` To view in the browser, open `index.html` in your browser and look at the console output.