Skip to content

Commit a493f6e

Browse files
committed
fix: incorrect README and package.json
1 parent 80d02b5 commit a493f6e

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
# 12-async-generator-check-urls
1+
# 14-async-iterator-utilities
22

3-
This sample demonstrates how to use an async generator to implement an async
4-
iterator.
3+
This sample demonstrates how to use async iterator utilities such as `map` and `filter`.
54

65
## Run
76

87
To run the example launch:
98

10-
```
9+
```bash
1110
node index.js
1211
```

09-behavioral-design-patterns/14-async-iterator-utilities/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "12-async-generator-check-urls",
2+
"name": "14-async-iterator-utilities",
33
"version": "1.0.0",
4-
"description": "This sample demonstrates how to use an async generator to implement an async iterator",
4+
"description": "This sample demonstrates how to use async iterator utilities such as `map` and `filter`",
55
"type": "module",
66
"scripts": {},
77
"engines": {

0 commit comments

Comments
 (0)