Skip to content

Commit

Permalink
Merge pull request #6 from wpcallaway/patch-1
Browse files Browse the repository at this point in the history
Update jsonAndSort.js
  • Loading branch information
cauld authored Oct 2, 2020
2 parents dc4e61a + 13da2e7 commit 3b10e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/jsonAndSort.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const path = require('path'),
const sampleEmployeesInputFilePath = path.resolve(process.cwd(), 'data/employees.json'),
sampleEmployeesOutputFilePath = path.resolve(process.cwd(), 'data/employees_output.json');

//Tranforms always start with instance of the Nextract base class and a tranform name
//Transforms always start with instance of the Nextract base class and a tranform name
const transform = new Nextract('jsonAndSort');

//We load the core plugin and then an additional plugins our transform requires
Expand Down

0 comments on commit 3b10e84

Please sign in to comment.