Skip to content

Commit

Permalink
refactor(readme): organize readme structure
Browse files Browse the repository at this point in the history
  • Loading branch information
swand0g committed Feb 20, 2023
1 parent 164e228 commit 30f2422
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
<img src="./cinema/movie.gif" alt="demo" width="80%" />
</div>

## *Installation*
```sh
curl -sfSL https://autocomm.vercel.app/install | bash
```

## *Features*
- [x] Automatically generate commit messages using ChatGPT 🤖
- [x] Automatically commit using the generated message
Expand All @@ -31,8 +36,3 @@ Run with conventional commit messages
```sh
autocomm --conventional
```

## *Installation*
```sh
curl -sfSL https://autocomm.vercel.app/install | bash
```

0 comments on commit 30f2422

Please sign in to comment.