aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-19 13:10:49 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-01-19 13:10:49 +0000
commit11e2497478b73d72adf0d4161115d2ea35bf5209 (patch)
tree274e0482401d17d6f7f8f256856d76288b0c6bd4 /README.md
parent9b881b23ecc7f9f7aee5b067674099c2fff51d5b (diff)
downloadverismith-11e2497478b73d72adf0d4161115d2ea35bf5209.tar.gz
verismith-11e2497478b73d72adf0d4161115d2ea35bf5209.zip
Remove code tags for links
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8c52d8c..2d1abcb 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,8 @@ It currently supports the following simulators:
## Build the Fuzzer
-The fuzzer is split into an executable (in the [`app`](/app) folder) and a
-library (in the [`src`](/src) folder). To build the executable, you will need
+The fuzzer is split into an executable (in the [app](/app) folder) and a
+library (in the [src](/src) folder). To build the executable, you will need
[stack](https://docs.haskellstack.org/en/stable/README/) installed. Building
directly using [cabal-install](https://www.haskell.org/cabal/download.html) is
possible but not recommended and not directly supported.