Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Commit

Permalink
update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallenstedt committed Dec 11, 2021
1 parent 6e76d4c commit 08b887d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -183,7 +189,6 @@ func initiateStream() {
}
```


## Contributing

Pull requests and feature requests are always welcome.
Expand Down
4 changes: 2 additions & 2 deletions example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ func main() {
// Run an example function

addRules()
//getRules()
//initiateStream()
getRules()
initiateStream()
//deleteRules()
}

0 comments on commit 08b887d

Please sign in to comment.