From 8790bd2ebb10b64f2bc44ca4cfab03331e269524 Mon Sep 17 00:00:00 2001 From: Aaron Mueller Date: Fri, 31 Jan 2014 00:03:12 +0100 Subject: [PATCH] Change the README to reflect the actual workflow --- README.mkd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index 7935550..36f461d 100644 --- a/README.mkd +++ b/README.mkd @@ -19,7 +19,9 @@ Next, we set up the database and start the fetching process. This take a little time, so make yourself a cup of tea and be proud of yourself to get this far :) (use 'ldview.tasks.runner) - (ldview.tasks.runner/load-competition 27 "10 Seconds") + (in-ns 'ldview.tasks.runner) + (wipe-all!!) + (load-competition 28) # Development