Skip to content

Commit 9f1b84c

Browse files
committed
update
1 parent 050de04 commit 9f1b84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Let's assume we want to download utility bills:
2424
```
2525
accountId=123 userId=456
2626
```
27-
3. It finds the requests that provide these parts and makes the download request dependent on them.
27+
3. It finds the requests that provide these parts and makes the download request dependent on them. It also attaches these requests to the original request to build out a dependency graph.
2828
```
2929
GET https://www.example.com/get_account_id
3030
GET https://www.example.com/get_user_id

0 commit comments

Comments
 (0)