diff --git a/README.md b/README.md index e0cd6e5..3936fc9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # slacktest +## Deprecation notice +https://github.com/nlopes/slack has pulled in this repository and that's really for the best since it brings it closer to the code it's testing. Please use the library from here: + +https://github.com/nlopes/slack/tree/master/slacktest + +I'm honored that they did this and very sorry it took so long for me to realize that was the case. + [![Build Status](https://travis-ci.org/lusis/slack-test.svg?branch=master)](https://travis-ci.org/lusis/slack-test) This is a very basic golang library for testing your slack RTM chatbots @@ -152,4 +159,4 @@ func TestRTMDirectMessage(t *testing.T) { assert.FailNow(t, "did not get direct message in time") } } -``` \ No newline at end of file +```