From 60e85533b3c38687b862d5a77bdf9614d1e3f6d0 Mon Sep 17 00:00:00 2001 From: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Date: Thu, 29 Sep 2022 13:27:32 +0700 Subject: [PATCH] docs: enable syntax highlighting for a code block (#4970) Co-authored-by: Jay --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50820939b0..32a959d3d4 100755 --- a/README.md +++ b/README.md @@ -879,7 +879,7 @@ You can also use the [`qs`](https://github.com/ljharb/qs) library. Axios will automatically serialize the data object to urlencoded format if the content-type header is set to "application/x-www-form-urlencoded". -``` +```js const data = { x: 1, arr: [1, 2, 3],