aicommits 0.2.5 → 0.2.6

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  AI Commits is a tool that writes your git commit messages for you. Never write a commit message again.
4
4
 
5
- ![AI Commit Screenshot](https://github.com/Nutlope/aicommits/blob/main/screenshot.png)]
5
+ ![AI Commit Screenshot](https://github.com/Nutlope/aicommits/blob/main/screenshot.png)
6
6
 
7
7
  ## Installation and Usage
8
8
 
@@ -11,7 +11,7 @@ Install the CLI then grab your [OpenAI key](https://openai.com/api/) and add it
11
11
  1. `npm install -g aicommits`
12
12
  2. `export OPENAI_KEY=sk-xxxxxxxxxxxxxxxx`
13
13
 
14
- Then after running a `git add .` command in a git repo, use this CLI by simply running `aicommits` to generate your commit.
14
+ After that, use this CLI by simply running `aicommits` to generate your commit.
15
15
 
16
16
  > Note: If you get a EACCESS error on mac/linux when running the first command, try running it with `sudo npm install -g aicommits` and putting in your password.
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aicommits",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Writes your git commit messages for you with AI",
5
5
  "main": "bin/index.js",
6
6
  "bin": {