Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rorschach.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2014-10-30 04:56:41 +0300
committerChris Rebert <github@rebertia.com>2014-10-30 04:56:41 +0300
commitff74967e2c187adaf55fe3a6d829b400a82e762e (patch)
treebf7e69a8c8f679524ab033d0802e3673155c50a7 /README.md
parentebe9caa78558c7a07a36a13494a005a9fb1e2ade (diff)
add Acknowledgements section to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
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