You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,5 +23,5 @@ And then from the code when you need use it:
23
23
require('turbo-git-commit')()
24
24
```
25
25
26
-
This will prompt the command output guiding you on how to commit following the seted commit convention.
27
-
> Note: The commit convention will be obtain for the `.turbogit` config file. IF the file is not on your repo this will use the default convention got from the package [turbo-git-config](https://github.com/labs-js/turbo-git-config/)
26
+
This will print out the command output guiding you on how to commit, following the obtained commit convention.
27
+
> Note: The commit convention will be obtained by the `.turbogit` config file on the git repo. If this file is not on your repo this will use the default convention got by the package [turbo-git-config](https://github.com/labs-js/turbo-git-config/)
0 commit comments