diff --git a/README.md b/README.md index b87b305..fff33e6 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ This is a small wrapper around [slackin](https://github.com/rauchg/slackin) to a * Who will be the moderators 1. Drop the link to the pull request into #wg-opensource. +Once merged and [deployed](#production), you can link to `https://chat.18f.gov/?channel=` from your project/repository/etc. + ## Setup ### Local diff --git a/package.json b/package.json index b3a8e2c..6fea0c3 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,6 @@ }, "dependencies": { "gulp": "^3.9.1", - "slackin": "^0.8.3" + "slackin": "18F/slackin#link-to-channel" } }