Skip to content

Commit ce8123c

Browse files
committed
Merge branch 'main' into develop
2 parents 8ef319f + 9258212 commit ce8123c

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
@@ -48,7 +48,7 @@ Each extractor exposes an asynchronous `get` function that will return a bundle
4848
const { CSVCancerDiseaseStatusExtractor, logger} = require('mcode-extraction-framework');
4949

5050
// Instantiate extractor with base URL and any additional request headers
51-
const cancerDiseaseStatusExtractor = new CSVCancerDiseaseStatusExtractor('path-to-csv');
51+
const cancerDiseaseStatusExtractor = new CSVCancerDiseaseStatusExtractor({ filePath: 'path-to-csv' });
5252

5353
(async () => {
5454
logger.info('Extracting primary disease status data');

0 commit comments

Comments
 (0)