Skip to content

Commit

Permalink
Merge pull request #140 from kwonoj/chore-readme-example
Browse files Browse the repository at this point in the history
chore(README): add RxJS as example repo
  • Loading branch information
orta committed Feb 6, 2017
2 parents 22a76ac + 2936ba0 commit f3d485e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Then you add `yarn run danger` to the end of your CI run, and Danger will run. H
Want to see some existing examples? Check out:

* **Apps** - [Artsy/Emission][emiss] and [Artsy/metaphysics][meta].
* **Libraries** - [Facebook/Jest][fbj] and [styled-components/styled-components][sc].
* **Libraries** - [Facebook/Jest][fbj], [styled-components/styled-components][sc] and [ReactiveX/rxjs][rxjs].

I'd love PRs adding more.

Expand Down Expand Up @@ -147,4 +147,5 @@ Check the issues, I try and keep my short term perspective there. Long term is i
[meta]: https://github.com/artsy/metaphysics/blob/master/dangerfile.js
[fbj]: https://github.com/facebook/jest/blob/master/dangerfile.js
[sc]: https://github.com/styled-components/styled-components/blob/master/dangerfile.js
[rxjs]: https://github.com/ReactiveX/rxjs/blob/master/dangerfile.js
[setup]: http://danger.systems/guides/getting_started.html#creating-a-bot-account-for-danger-to-use

0 comments on commit f3d485e

Please sign in to comment.