@walterra/pi-graphviz 0.0.1 → 0.0.2

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.
Files changed (2) hide show
  1. package/README.md +2 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,16 +5,10 @@ Graphviz DOT diagram extension for [pi coding agent](https://github.com/badlogic
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- pi install @walterra/pi-graphviz
8
+ pi install npm:@walterra/pi-graphviz
9
9
  ```
10
10
 
11
- Or add to your pi config manually:
12
-
13
- ```bash
14
- npm install @walterra/pi-graphviz
15
- ```
16
-
17
- Then in your pi config, add the extension path.
11
+ This installs the package globally and adds it to your pi settings.
18
12
 
19
13
  ## Features
20
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@walterra/pi-graphviz",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Graphviz chart extension for pi coding agent - render DOT diagrams as inline images",
5
5
  "type": "module",
6
6
  "files": [