From 6afc714e92760e0bdc1c44c3b64d4ed733571bb2 Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Sun, 25 Jun 2017 16:34:07 +0100 Subject: 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! --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- cgit v1.2.3