Skip to content

Commit 8ba6b2a

Browse files
committed
Merge pull request #81 from nielk/patch-1
type-o
2 parents 4993c05 + 9ae3c0a commit 8ba6b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ will be emitted with the row and the index.
224224
```javascript
225225
var stream = fs.createReadStream("my.csv");
226226

227-
csv(
227+
csv
228228
.fromStream(stream, {headers : true})
229229
.validate(function(data){
230230
return data.age < 50; //all persons must be under the age of 50

0 commit comments

Comments
 (0)