From a9949c044a31b7c802573061e654f6fa06cb07e9 Mon Sep 17 00:00:00 2001
From: Alexis Gavoty <kload@kload.fr>
Date: Sun, 14 Oct 2012 23:05:43 +0300
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0f572281..8359dbf7 100644
--- a/README.md
+++ b/README.md
@@ -88,6 +88,6 @@ Dev self-notes
 * One single action function is called after the parsing, named like 'category_action()'
 * Connection to LDAP and/or config file openning is made before the action function
 * Parsed arguments and connection dictionary are the only parameters passed to the action function 
-    category_<action>(args, connections)
+    category_action(args, connections)
 * 'connections' is optionnal
 * Connections are closed just before the sys.exit calling
\ No newline at end of file