diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2015-04-05 17:59:08 +0100 |
---|---|---|
committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2015-04-05 17:59:08 +0100 |
commit | 9708634ebdff86588479ef7f73cf77d0e9d9a756 (patch) | |
tree | 973c807483633d8d6b33e3f0cb18efe2387e27f7 | |
parent | fde61624bc8b47a947d0da8a76632e8b8aeaacb6 (diff) |
Fix typo in README.md spotted by Jeroen Ketema.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |