Skip to content

Commit 246f590

Browse files
committed
README: fix usage instructions due to scoped package
1 parent e64993f commit 246f590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Add the plugin and rule to your ESLint config:
1717

1818
```jsonc
1919
{
20-
"plugins": ["enforce-uint8array-arraybuffer"],
20+
"plugins": ["@protontech/enforce-uint8array-arraybuffer"],
2121
"rules": {
22-
"enforce-uint8array-arraybuffer/enforce-uint8array-arraybuffer": "error"
22+
"@protontech/enforce-uint8array-arraybuffer/enforce-uint8array-arraybuffer": "error"
2323
}
2424
}
2525
```

0 commit comments

Comments
 (0)