1 files changed, 2 insertions(+), 2 deletions(-)
M README.md
M README.md => README.md +2 -2
@@ 6,11 6,11 @@ A dialog editor for Wonderland Adventures custom adventures that takes its input
See `template.md` for an example of how to use your own text files.
-Invoke the program with `node processor..md > 1.dia` or similar.
+Invoke the program with `node processor.js template.md > 1.dia` or similar.
## Code
-This program has no dependencies aside from node.js itself.
+This program has no dependencies aside from [node.js](https://nodejs.org).
## License