aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-04-17 20:05:44 +0100
committerYann Herklotz <git@yannherklotz.com>2020-04-17 20:05:44 +0100
commit374fe13166560721f45091168ccc9c441b285c6d (patch)
tree2f6647d93efc130648dbecb95cddf7cc155873fa /README.md
parentd1564c62d6936545a44919a262695c51a9cef16a (diff)
downloadvericert-374fe13166560721f45091168ccc9c441b285c6d.tar.gz
vericert-374fe13166560721f45091168ccc9c441b285c6d.zip
Fix examples for current version of coqup
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 71052f7..c463028 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ Which will install the binary in `./bin/coqup` by default. However, this can be
To test out `coqup` you can try the following examples which are in the test folder using the following:
``` shell
-./bin/coqup test/loop.c -o loop.v
-./bin/coqup test/conditional.c -o conditional.v
-./bin/coqup test/add.c -o add.v
+./bin/coqup --hls test/loop.c -o loop.v
+./bin/coqup --hls test/conditional.c -o conditional.v
+./bin/coqup --hls test/add.c -o add.v
```