Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sutan Gading Nasution committed May 27, 2022
1 parent 9061bdb commit c3fdd4f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ concurrent.queue(async() => {
});

// Run all queued process
console.log(concurrent.getListedProcess());
concurrent.run()
.then(() => {
// You can access that fulfilled & rejected are here
console.log(concurrent.getListedDequ);
console.log(concurrent.getListedProcess());
});
```

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "concurrent-manager",
"author": "Sutan Gading Fadhillah Nasution",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"description": "A simple and fast way to manage concurrent promise tasks.",
"homepage": "https://github.com/gadingnst/concurrent-manager",
Expand Down

0 comments on commit c3fdd4f

Please sign in to comment.