From 2f2b83aab01cbc51d4171fb902f6bcb79f5db4e8 Mon Sep 17 00:00:00 2001 From: dpedu Date: Thu, 18 Jun 2015 22:30:29 -0700 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d73edac..90b11b9 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Quick start ----------- * Install: `python3 setup.py install` -* Configure: `cd examples ; vim config.yml data/config/Services.yml` -* Run: `./run-example.sh` or `pyircbot -c config.yml` +* Configure: `cd examples ; vim config.json data/config/Services.json` +* Run: `pyircbot -c config.json` Developing Modules ------------------