From 5c5326340907deb27ea3acd6b2051e0af5ace30e Mon Sep 17 00:00:00 2001 From: StanleySathler Date: Thu, 5 Dec 2019 22:50:00 -0300 Subject: [PATCH] chore(README): update running command --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index face96b..facc2e8 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,8 @@ Once all dependencies are installed, all you have to do is type the following co ```sh $ npm start path/to/your/source/file.pys + +#### OR (if you prefer) + +$ node index.js path/to/your/source/file.pys ```