From 982ed70e0183601c18c6835d278c8033d45d0511 Mon Sep 17 00:00:00 2001 From: violapioggia <2604296771@qq.com> Date: Sat, 17 Feb 2024 22:54:07 +0800 Subject: [PATCH] chore: adjust note --- adaptor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adaptor/README.md b/adaptor/README.md index 015790e..a0510ce 100644 --- a/adaptor/README.md +++ b/adaptor/README.md @@ -1,4 +1,4 @@ -## Tips: +## Note: - When modifying the resp header in the server handler, please use `write` function to write the header. Otherwise, the modification will not take effect.