Skip to content

Commit 3b9c958

Browse files
authored
Update README.md
1 parent 82796e7 commit 3b9c958

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# AwaitQueue
22

3+
[![][npm-shield-awaitqueue]][npm-awaitqueue]
4+
[![][github-actions-shield-awaitqueue]][github-actions-awaitqueue]
5+
36
JavaScript utility to enqueue asynchronous tasks and run them sequentially one after another. For Node.js and the browser.
47

58

@@ -113,3 +116,11 @@ See [test.ts](src/test.ts) file.
113116
## License
114117

115118
[ISC](./LICENSE)
119+
120+
121+
122+
123+
[npm-shield-awaitqueue]: https://img.shields.io/npm/v/awaitqueue.svg
124+
[npm-awaitqueue]: https://npmjs.org/package/awaitqueue
125+
[github-actions-shield-awaitqueue]: https://github.com/versatica/awaitqueue/actions/workflows/awaitqueue.yaml/badge.svg
126+
[github-actions-awaitqueue]: https://github.com/versatica/awaitqueue/actions/workflows/awaitqueue.yaml

0 commit comments

Comments
 (0)