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 ```