~cadence/PE-DIA

02c2b25a14d746dad0ed7785c6595aca078f12fe — Cadence Ember 2 years ago 8fc97b9
Fix the readme instructions
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