@ramusriram/versus 0.1.0 → 0.1.1

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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -41,8 +41,6 @@ Versus answers that in a structured way, using **local docs as grounding** so th
41
41
  npm install -g @ramusriram/versus
42
42
  ```
43
43
 
44
- > Note: this command will work after the first npm publish.
45
-
46
44
  Then run:
47
45
 
48
46
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ramusriram/versus",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "AI-powered CLI to compare two Linux commands or concepts, grounded in local docs (man, --help, info).",
5
5
  "type": "module",
6
6
  "bin": {