Skip to content

Commit

Permalink
update messages
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jun 24, 2019
1 parent dfc991b commit 092fb31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ Husky can prevent bad `git commit`, `git push` and more 🐶 _woof!_

## Sponsors

[__Support Husky and have your company logo here (starting from $100/m)__](https://www.patreon.com/typicode)
[__Support Husky on Open Collective and have your company logo here (starts from $100/m)__](https://www.opencollective.com/husky)

Visit [thanks.typicode.com](https://thanks.typicode.com) 🌵 to view all the people supporting husky.

Expand Down
4 changes: 2 additions & 2 deletions src/installer/index.ts
Expand Up @@ -168,10 +168,10 @@ export function install(
createHooks(hooks, script)

console.log(`husky > Done`)
console.log('husky > Like husky? You can support the project on Patreon:')
console.log('husky > Like husky? You can support the project on Open Collective:')
console.log(
'husky > \x1b[36m%s\x1b[0m 🐕',
'https://www.patreon.com/typicode'
'https://www.opencollective.com/husky'
)
}

Expand Down

0 comments on commit 092fb31

Please sign in to comment.