Skip to content

Commit a7ae4df

Browse files
committed
📝 Docs: add global config description
1 parent 5aac51f commit a7ae4df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ $ sgc
3333

3434
> Just create a `.sgcrc` in your project root or you can add everything in your `package.json` with the value `sgc`
3535
36+
You can even create a global config. Just go to your users home and create a `.sgcrc`. The global config will be triggered if no project configurations are present.
37+
3638
### Types
3739

3840
> Types will define your git commits.
@@ -57,7 +59,7 @@ The `.sgcrc`:
5759
}
5860
```
5961

60-
The `package.json`:
62+
or the `package.json`:
6163

6264
```json
6365
{

0 commit comments

Comments
 (0)