From 78373a80861e894889ab8448e7638c7f403c4eee Mon Sep 17 00:00:00 2001 From: hibiscusbiscuit Date: Thu, 29 Jan 2015 02:07:43 -0800 Subject: [PATCH] Update README.md Forgot an apostrophe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e9909c..0d4f517 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ user=> (load "logic_tutorial/tut1") You'll see some harmless warnings, then run the following: ```clj -user=> (in-ns 'logic-tutorial.tut1) +user=> (in-ns 'logic-tutorial.tut1') ``` Your prompt will change and you're now working in a place that has the magic of relational programming available to you. The REPL prompt will show `logic-tutorial.tut1`, we're going show `tut1` to keep things concise.