Skip to content

Commit

Permalink
Adding a note about the example.
Browse files Browse the repository at this point in the history
  • Loading branch information
nrdufour committed Nov 13, 2011
1 parent 5fc376f commit b26be93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -23,6 +23,7 @@ A ResultPid process will receive 2 messages:
- `{newline, NewLine}` for each parsed line
- `{done}` when the parsing is done (usually because eof has been sent)

Take a look at the examples in the directory `examples`. A basic parser accepting one argument as the csv filename will parse it and send the results to a simple process counting the number of lines.

##Notes

Expand Down

0 comments on commit b26be93

Please sign in to comment.