From 35b41d70213c6ca844e1ef4afb2cf23bde17dd84 Mon Sep 17 00:00:00 2001 From: kgriffs Date: Wed, 20 Mar 2013 18:42:57 -0400 Subject: [PATCH] doc: Added note about IRC channel to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40074b9..7cfadac 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,9 @@ $ pip install tox && tox Read the source, Luke! -Docstrings can be found throughout the Falcon code base for your learning pleasure. Better docs are on the way, but in the meantime, here is a simple example showing how to create a Falcon-based API. +Docstrings can be found throughout the Falcon code base for your learning pleasure. You can also ask questions in #falconframework on freenode. We are planning on having real docs eventually; if you need them right away, consider sending a pull request. ;) + +Here is a simple example showing how to create a Falcon-based API. ```python class ThingsResource: