Skip to content

Commit 5b334be

Browse files
committed
🐛 Fix npmrc instructions.
1 parent 9e06129 commit 5b334be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INTEGRATIONS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Atom can also help with using emoji in commit message by installing [git-plus](h
1010

1111
## npm
1212

13-
Create an `.npmrc` file and set the `message` value.
13+
Create an `.npmrc` [file](https://docs.npmjs.com/files/npmrc) and set the `message` value.
1414
```ini
15-
message = ":bookmark: %2"
15+
message = ":bookmark: %s"
1616
```
1717

1818
## SourceTree

0 commit comments

Comments
 (0)