From 2e8229861b91787a30deb9b352b2b811565f10a6 Mon Sep 17 00:00:00 2001 From: David Nolen Date: Fri, 29 Apr 2011 01:08:28 -0400 Subject: [PATCH] * README.md: fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc3ea27..3a0626b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -A Gentle Introduction To Logic Programming +A Very Gentle Introduction To Relational Programming ---- This tutorial will guide you through the magic and fun of relational programming. This tutorial does not assume that you have any knowledge of Lisp, Clojure, Java, or even Functional Programming. The only thing this tutorial assumes is that you are not afraid of using the command line and you’ve used some programming language before in your life. Since you’re using GitHub I think this is a relatively safe assumption :)