From 8166b49f28cdc457a51fb51eb9bdf917a742f8ad Mon Sep 17 00:00:00 2001 From: xuwu Date: Fri, 12 Mar 2021 07:25:11 +0800 Subject: [PATCH] feat: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 765ff1f..3867f1d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Promise.all([A, B, C, D]) // 4 个请求完成后发现 AD 请求失败了,如果让 AD 请求重试 ``` -第四题:[Promise 并发控制](https://github.com/KieSun/fucking-frontend/issues/5) +第四题:[消息队列](https://github.com/KieSun/fucking-frontend/issues/5)