summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 41cca7c..a0b3159 100644
--- a/README
+++ b/README
@@ -26,9 +26,9 @@ Example
A quick way to manually test Cuirass is to execute:
- ./pre-inst-env cuirass --specifications=tests/hello-singleton.scm --database=test.db
+ ./pre-inst-env cuirass --specifications=examples/hello-singleton.scm --database=test.db
-This will read the file "tests/hello-singleton.scm" which contains a list of
+This will read the file "examples/hello-singleton.scm" which contains a list of
specifications and add them to the database "test.db" which is created if it
doesn't already exist.