summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2025-07-24 09:08:49 +0800
committerLi Zhineng <[email protected]>2025-07-24 09:08:49 +0800
commit85e04f4bd25d65aaba7067440d80744964507ae9 (patch)
tree7f6a69082b6c19159c41ff20e7ebc173b8f90ff8
parentd4e676b0ea9a70ac8c11d55f486e3dc609325eee (diff)
downloadwave-85e04f4bd25d65aaba7067440d80744964507ae9.tar.gz
wave-85e04f4bd25d65aaba7067440d80744964507ae9.zip
apply fixes by Prettier
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f2a0f23..1aaa907 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ configuring authentication tokens or recording outgoing requests.
```ts
Client.use((request, next) => {
- return next(request.withHeader('Authorization', 'Bearer ...'))
+ return next(request.withHeader('Authorization', 'Bearer ...'))
})
```