Skip to content

Commit

Permalink
Fix typo in example filepath and add helpful message.
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsw committed Mar 7, 2018
1 parent 14dcefc commit 5ea7d9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ This is application uses NPM for scripting and runs via node.
$ git clone https://github.com/ihsw/paint-reader.git
$ npm install
$ npm run build
$ cat ./example-3-complex | node .
$ cat ./test-fixtures/example-3-complex | node .

This should output: `G M G G G`.

Feel free to substitute the given example file for any other.

0 comments on commit 5ea7d9b

Please sign in to comment.