Skip to content

Commit ef0aa70

Browse files
committed
docs: update README with scoped package name
1 parent 2516de7 commit ef0aa70

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ opencode-canvas gives OpenCode its own display. Instead of text-only responses,
2424
### From npm
2525

2626
```bash
27-
npm install opencode-canvas
27+
npm install @mailshieldai/opencode-canvas
2828
# or
29-
bun add opencode-canvas
29+
bun add @mailshieldai/opencode-canvas
3030
```
3131

3232
### From source
@@ -44,7 +44,7 @@ Add to your `opencode.jsonc` (in project root or `~/.config/opencode/config.json
4444

4545
```jsonc
4646
{
47-
"plugin": ["opencode-canvas"],
47+
"plugin": ["@mailshieldai/opencode-canvas"],
4848
"permission": {
4949
"canvas_*": "allow"
5050
}

0 commit comments

Comments
 (0)