From f26f9a939d2cd52393d2b6ead2a62e972c732afe Mon Sep 17 00:00:00 2001 From: Abhishek Rawat <47311875+AbePlays@users.noreply.github.com> Date: Mon, 7 Aug 2023 21:48:29 +0530 Subject: [PATCH] docs: wrap in backticks (#1530) Co-authored-by: Alexander Akait <4567934+alexander-akait@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61febb9c..6b0dd8a5 100644 --- a/README.md +++ b/README.md @@ -1688,7 +1688,7 @@ module.exports = { For `production` builds it's recommended to extract the CSS from your bundle being able to use parallel loading of CSS/JS resources later on. This can be achieved by using the [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin), because it creates separate css files. -For `development` mode (including `webpack-dev-server`) you can use [style-loader](https://github.com/webpack-contrib/style-loader), because it injects CSS into the DOM using multiple and works faster. +For `development` mode (including `webpack-dev-server`) you can use [style-loader](https://github.com/webpack-contrib/style-loader), because it injects CSS into the DOM using multiple `` and works faster. > **Note** >