Fixed the start command in the readme.
This commit is contained in:
parent
b5f6393f94
commit
2212774cc0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue