summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Schoenfelder <paulschoenfelder@gmail.com>2017-06-26 17:28:06 -0500
committerGitHub <noreply@github.com>2017-06-26 17:28:06 -0500
commita38580a6d179c0b13e7c937d5d172ab7f0f07b75 (patch)
tree4a4734ac69845f997b3694e16db9ef58030aeb5b
parentFix #68: Ensure applications list is defined (diff)
parentAdd `hedwig_irc` to the projects list (diff)
Merge pull request #69 from shymega/tweaks/readme
Add "list of projects that use ExIrc" to README
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 04eea27..0453184 100644
--- a/README.md
+++ b/README.md
@@ -176,3 +176,16 @@ defmodule ExampleLoginHandler do
end
end
```
+
+## Projects using ExIrc (in the wild!)
+
+Below is a list of projects that we know of (if we've missed anything,
+send a PR!) that use ExIrc in the wild.
+
+- [Kuma][kuma] by @ryanwinchester
+- [Offension][offension] by @shymega
+- [hedwig_irc][hedwig_irc] by @jeffweiss
+
+[kuma]: https://github.com/ryanwinchester/kuma
+[offension]: https://github.com/shymega/offension
+[hedwig_irc]: https://github.com/jeffweiss/hedwig_irc