From b4362839e7a4f8a51ca521b3f2b6553920ca98ce Mon Sep 17 00:00:00 2001 From: Spencer Harris Date: Sun, 17 Nov 2019 12:06:09 -0800 Subject: [PATCH] networkSim.js --> netTest.js --- ch2/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ch2/README.md b/ch2/README.md index c87e717d..161a22c6 100644 --- a/ch2/README.md +++ b/ch2/README.md @@ -313,11 +313,8 @@ console.log(network); network.run(100); ``` -If you want to test out the network simulation navigate to the `ch2` directory and run `node networkSim.js` from the terminal. In the rest of the chapter we'll add more functionality to our test network, but for now just make sure that the basics are working! :) +If you want to test out the network simulation navigate to the `ch2` directory and run `node netTest.js` from the terminal. In the rest of the chapter we'll add more functionality to our test network, but for now just make sure that the basics are working! :) > If you're having trouble getting the network simulation working [make sure you have your development environment setup correctly](getting-started/development-environment).
- - -