summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Rodriguez <shymega@shymega.org.uk>2017-06-25 16:34:07 +0100
committerDom Rodriguez <shymega@shymega.org.uk>2017-06-25 16:34:07 +0100
commit6afc714e92760e0bdc1c44c3b64d4ed733571bb2 (patch)
treed970c5d2c8490928a0d325e2529d5a90f443b323
parentMerge pull request #67 from ryanwinchester/master (diff)
Add section of projects that use ExIrc
By adding this change to the README, I hope to get a comphrensive list of projects that use ExIrc. The other thing that this commit helps with is for newcomers to the ExIrc project. By keeping a list of projects that use ExIrc, we can help newcomers get a "grasp" of how ExIrc works, too!
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 04eea27..35a0f4f 100644
--- a/README.md
+++ b/README.md
@@ -176,3 +176,14 @@ 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.
+
+1. [Kuma][kuma] by @ryanwinchester
+2. [Offension][offension] by @shymega
+
+[kuma]: https://github.com/ryanwinchester/kuma
+[offension]: https://github.com/shymega/offension