Skip to content

Commit 2195768

Browse files
committed
fix(pkg:concurrent): update README.md
1 parent da818fa commit 2195768

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/partials/concurrent/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# LiteRT/Utils - Async
1+
# LiteRT/Utils - Concurrent
22

33
[![Strict TypeScript Checked](https://badgen.net/badge/TS/Strict "Strict TypeScript Checked")](https://www.typescriptlang.org)
4-
[![npm version](https://img.shields.io/npm/v/@litert/utils-async.svg?colorB=brightgreen)](https://www.npmjs.com/package/@litert/utils-async "Stable Version")
5-
[![License](https://img.shields.io/npm/l/@litert/utils-async.svg?maxAge=2592000?style=plastic)](https://github.com/litert/utils.js/blob/master/LICENSE)
6-
[![node](https://img.shields.io/node/v/@litert/utils-async.svg?colorB=brightgreen)](https://nodejs.org/dist/latest-v8.x/)
4+
[![npm version](https://img.shields.io/npm/v/@litert/concurrent.svg?colorB=brightgreen)](https://www.npmjs.com/package/@litert/concurrent "Stable Version")
5+
[![License](https://img.shields.io/npm/l/@litert/concurrent.svg?maxAge=2592000?style=plastic)](https://github.com/litert/utils.js/blob/master/LICENSE)
6+
[![node](https://img.shields.io/node/v/@litert/concurrent.svg?colorB=brightgreen)](https://nodejs.org/dist/latest-v8.x/)
77
[![GitHub issues](https://img.shields.io/github/issues/litert/utils.js.svg)](https://github.com/litert/utils.js/issues)
88
[![GitHub Releases](https://img.shields.io/github/release/litert/utils.js.svg)](https://github.com/litert/utils.js/releases "Stable Release")
99

@@ -17,12 +17,12 @@ The utility functions/classes/constants about asynchronous operations for JavaSc
1717
## Installation
1818

1919
```sh
20-
npm i @litert/utils-async --save
20+
npm i @litert/concurrent --save
2121
```
2222

2323
## Documentation
2424

25-
- [en-US](https://litert.org/projects/utils.js/api-docs/async/)
25+
- [en-US](https://litert.org/projects/utils.js/api-docs/concurrent/)
2626

2727
## License
2828

0 commit comments

Comments
 (0)