From ff74967e2c187adaf55fe3a6d829b400a82e762e Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 29 Oct 2014 18:56:41 -0700 Subject: add Acknowledgements section to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index eefed82..5e71942 100644 --- a/README.md +++ b/README.md @@ -32,5 +32,10 @@ By automating the process of sanity-checking proposed pull requests: * Secret: Same as your `web-hook-secret-key` config value * Which events would you like to trigger this webhook?: "Pull Request" +## Acknowledgements +We all stand on the shoulders of giants and get by with a little help from our friends. Rorschach is written in [Scala](http://www.scala-lang.org) and built on top of: +* [Akka](http://akka.io) & [Spray](http://spray.io), for async processing & HTTP +* [Eclipse EGit GitHub library](https://github.com/eclipse/egit-github), for working with [the GitHub API](https://developer.github.com/v3/) + ## See also * [LMVTFY](https://github.com/cvrebert/lmvtfy), Rorschach's sister bot who does HTML validation -- cgit v1.2.3