Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down