diff --git a/README.md b/README.md index 149ed3a..9df813a 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ See [examples](https://github.com/fallenstedt/twitter-stream/tree/master/example `go get github.com/fallenstedt/twitter-stream` +## Projects Using TwitterStream +Below are projects using this library! Add yours below with a pull request. + +* [FindTechJobs](https://www.findtechjobs.io/) - Search latest tech job postings from around the world + + ## Examples @@ -183,7 +189,6 @@ func initiateStream() { } ``` - ## Contributing Pull requests and feature requests are always welcome. diff --git a/example/main.go b/example/main.go index 0813310..0cfe9ea 100644 --- a/example/main.go +++ b/example/main.go @@ -7,7 +7,7 @@ func main() { // Run an example function addRules() - //getRules() - //initiateStream() + getRules() + initiateStream() //deleteRules() }