Skip to content

Commit

Permalink
documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ycryptx committed Nov 28, 2023
1 parent 4c3c843 commit d01e83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ for (const tx of transactions) {
inputFileUrl = await txUploader.end();

// Then we can initialize a Hadoop cluster and start the map-reduce operation
const accumulatedProof = await this.mapReduce.process(inputFileUrl, transactions.length);
const accumulatedProof = await client.process(inputFileUrl, transactions.length);
```

## [Deployment](./accumulator/infra/README.md)
Expand Down

0 comments on commit d01e83c

Please sign in to comment.