Skip to content

Commit

Permalink
Merge pull request #270 from overbit/patch-1
Browse files Browse the repository at this point in the history
docs: fix api example
  • Loading branch information
AlexZeitler authored Mar 28, 2024
2 parents b6e89b4 + 750e202 commit 9c2ec75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ To get process progress
compose.upAll({
cwd: path.join(__dirname),
callback: (chunk: Buffer) => {
console.log('job in progres: ', chunk.ToString())
console.log('job in progres: ', chunk.toString())
}
})
.then(
Expand Down

0 comments on commit 9c2ec75

Please sign in to comment.