summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2015-04-05 17:59:08 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2015-04-05 17:59:08 +0100
commit9708634ebdff86588479ef7f73cf77d0e9d9a756 (patch)
tree973c807483633d8d6b33e3f0cb18efe2387e27f7 /README.md
parentfde61624bc8b47a947d0da8a76632e8b8aeaacb6 (diff)
Fix typo in README.md spotted by Jeroen Ketema.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 239d9564..15f99733 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,7 @@ $ xbuild Source/Boogie.sln
```
Finally make sure there is a symlink to Z3 in the Binaries directory
-(replace with ``cvc`` if using CVC4 instead).
+(replace with ``cvc4`` if using CVC4 instead).
```
$ ln -s /usr/bin/z3 Binaries/z3.exe