summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Schoenfelder <paulschoenfelder@gmail.com>2016-03-08 10:45:21 -0600
committerPaul Schoenfelder <paulschoenfelder@gmail.com>2016-03-08 10:45:21 -0600
commit37a5193184e706a4f06f3a537a8d6fe36e59a5c6 (patch)
tree3522e8cdd8c45de5b4457bf92aa5cd18370cad39 /README.md
parentMerge remote-tracking branch 'annwenn/userinfo' (diff)
A few cleanup tasks, tweaks to the docs/examples
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4fdf1e7..f517cdf 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,8 @@ is located in `lib/exirc/example_handler.ex`. **The example handler is kept up t
expect to receive from the client**. A simple module is defined below as an example of how you might
use ExIrc in practice. ExampleHandler here is the one that comes bundled with ExIrc.
+There is also a variety of examples in `examples`, the most up to date of which is `examples/bot`.
+
```elixir
defmodule ExampleSupervisor do
defmodule State do