Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tatey committed Jan 8, 2012
1 parent d53ee53 commit 5d672c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -277,7 +277,7 @@ class Citizen
column :name, 0, 1
end

Citizen.conform(CSV.open('~/file.csv')).each do |citizen|
Citizen.conform(FasterCSV.open('~/file.csv')).each do |citizen|
# ...
end
```
Expand Down

0 comments on commit 5d672c9

Please sign in to comment.