Skip to content

Commit

Permalink
Fix readme example code (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
behrendtio authored and josevalim committed Aug 10, 2016
1 parent 6a3b4a9 commit 75a8e23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -17,6 +17,7 @@ NimbleCSV provides both eager and lazy (streaming) parsing as well as data dumpi
```elixir
# Lazily parses a file stream
"path/to/file"
|> File.stream!
|> MyParser.parse_stream
|> Stream.map(fn [name, age] ->
%{name: name, age: String.to_integer(age)}
Expand Down

0 comments on commit 75a8e23

Please sign in to comment.