From 898347c4cd518211b72497b7562b93e0eb380830 Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Fri, 4 Jun 2021 14:31:53 +0100 Subject: [PATCH] fix heading level --- packages/vscode-tailwindcss/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vscode-tailwindcss/README.md b/packages/vscode-tailwindcss/README.md index e3cdc12..b691bca 100644 --- a/packages/vscode-tailwindcss/README.md +++ b/packages/vscode-tailwindcss/README.md @@ -116,7 +116,7 @@ Class names on the same HTML element which apply the same CSS property or proper Class variants not in the recommended order (applies in [JIT mode](https://tailwindcss.com/docs/just-in-time-mode) only). **Default: `warning`** -#### `tailwindCSS.inspectPort` +### `tailwindCSS.inspectPort` Enable the Node.js inspector agent for the language server and listen on the specified port. **Default: `null`**