vite-plugin-ai-annotator 1.1.29 → 1.1.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/dist/index.cjs +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -36,7 +36,8 @@ Works with all Vite-supported frameworks:
|
|
|
36
36
|
Install the **Claude Code plugin** and let AI set everything up for you:
|
|
37
37
|
|
|
38
38
|
```bash
|
|
39
|
-
|
|
39
|
+
/plugin marketplace add nguyenvanduocit/claude-annotator-plugin
|
|
40
|
+
/plugin install claude-annotator-plugin@claude-annotator-plugin
|
|
40
41
|
```
|
|
41
42
|
|
|
42
43
|
Then ask Claude: *"Set up ai-annotator for my project"* - it handles the rest!
|