From cfe340ed5ae0dd8d7c254d2e760d0c54d8ed8896 Mon Sep 17 00:00:00 2001 From: AZM Date: Mon, 14 Nov 2022 13:22:05 +0900 Subject: [PATCH] Update the link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3fb3ed57a..b171a099bc 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ - Intercept request and response - Transform request and response data - Cancel requests -- Automatic transforms for JSON data +- Automatic transforms for [JSON](https://www.json.org/json-en.html) data - 🆕 Automatic data object serialization to `multipart/form-data` and `x-www-form-urlencoded` body encodings - Client side support for protecting against [XSRF](https://en.wikipedia.org/wiki/Cross-site_request_forgery)