Skip to content

Commit

Permalink
docs: fix csv pipe import sample
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Jan 9, 2024
1 parent 031ce2d commit 49f9ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/csv/samples/pipe.js
@@ -1,6 +1,6 @@

// Import the package
import * as csv from '../lib/index.js';
import * as csv from 'csv';

// Run the pipeline
csv
Expand Down

0 comments on commit 49f9ccc

Please sign in to comment.