Skip to content

Commit 0dea6eb

Browse files
committed
rename package in README.md
1 parent 89805f1 commit 0dea6eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# coworking-with
1+
# @koddsson/coworking-with
22

33
Easily add coworking signitures to your commits.
44

55
## Usage
66

77
```sh
8-
npx coworking-with <usernames>...
8+
npx @koddsson/coworking-with <usernames>...
99
```
1010

1111
The script installs a `commit-msg` hook that will append all commit messages with `Co-authored-by: USERNAME <EMAIL>` for each user you have specified. This commit trailer can be picked up by tools such as [GitHub](https://help.github.com/en/articles/creating-a-commit-with-multiple-authors).
@@ -15,7 +15,7 @@ Note that since we go through the git log history to find the signiture that the
1515
Quit "coworking mode" with the `--stop` flag.
1616

1717
```sh
18-
npx coworking-with --stop
18+
npx @koddsson/coworking-with --stop
1919
```
2020

2121
That's pretty much it.

0 commit comments

Comments
 (0)