@ksw8954/git-ai-commit 1.0.0 → 1.0.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 +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,7 +20,11 @@ npm link
20
20
  If the package is published to npm, it can be installed directly in another project:
21
21
 
22
22
  ```bash
23
- npm install git-ai-commit
23
+ # local install
24
+ npm install @ksw8954/git-ai-commit
25
+
26
+ # or install globally to use the CLI everywhere
27
+ npm install -g @ksw8954/git-ai-commit
24
28
  ```
25
29
 
26
30
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ksw8954/git-ai-commit",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "AI-powered git commit message generator",
5
5
  "main": "dist/index.js",
6
6
  "bin": {