From 573796960da75cebc4e61d71dc08ee91bcbd5b53 Mon Sep 17 00:00:00 2001 From: Joshua Carter Date: Sat, 27 Apr 2024 13:44:19 -0700 Subject: [PATCH] Correct plugin name in README.md docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ccfa588..c167851 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Finally add a `plugins` section to your [`tsconfig.json`](http://www.typescriptl "compilerOptions": { "plugins": [ { - "name": "typescript-styled-plugin" + "name": "@styled/typescript-styled-plugin" } ] } @@ -162,7 +162,7 @@ To disable error reporting, set `"validate": false` in the plugin configuration: "compilerOptions": { "plugins": [ { - "name": "typescript-styled-plugin", + "name": "@styled/typescript-styled-plugin", "validate": false } ] @@ -177,7 +177,7 @@ You can also configure how errors are reported using linter settings. "compilerOptions": { "plugins": [ { - "name": "typescript-styled-plugin", + "name": "@styled/typescript-styled-plugin", "lint": { "vendorPrefix": "error", "zeroUnits": "ignore"