From bfe37da2a6121bfb247134b23929c51b76407d60 Mon Sep 17 00:00:00 2001 From: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Date: Tue, 20 Sep 2022 11:15:16 +0700 Subject: [PATCH] docs: enable syntax highlighting for a code block --- 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],