Skip to content

Commit c787329

Browse files
committed
chore(README.md): fix capitalization of OpenCommit in setup and usage sections
docs(README.md): fix typo in Git hook section
1 parent 0d1f72b commit c787329

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ All the commits in this repo are done with OpenCommit — look into [the commits
2020

2121
## Setup
2222

23-
1. Install opencommit globally to use in any repository:
23+
1. Install OpenCommit globally to use in any repository:
2424

2525
```sh
2626
npm install -g opencommit
2727
```
2828

2929
2. Get your API key from [OpenAI](https://platform.openai.com/account/api-keys). Make sure you add payment details, so API works.
3030

31-
3. Set the key to opencommit config:
31+
3. Set the key to OpenCommit config:
3232

3333
```sh
3434
opencommit config set OPENAI_API_KEY=<your_api_key>
@@ -38,7 +38,7 @@ All the commits in this repo are done with OpenCommit — look into [the commits
3838

3939
## Usage
4040

41-
You can call `opencommit` directly to generate a commit message for your staged changes:
41+
You can call OpenCommit directly to generate a commit message for your staged changes:
4242

4343
```sh
4444
git add <files...>
@@ -86,7 +86,7 @@ oc config set description=false
8686

8787
## Git hook
8888

89-
You can set opencommit as Git [`prepare-commit-msg`](https://git-scm.com/docs/githooks#_prepare_commit_msg) hook. Hook integrates with you IDE Source Control and allows you edit the message before commit.
89+
You can set OpenCommit as Git [`prepare-commit-msg`](https://git-scm.com/docs/githooks#_prepare_commit_msg) hook. Hook integrates with you IDE Source Control and allows you edit the message before commit.
9090

9191
To set the hook:
9292

0 commit comments

Comments
 (0)