aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-10-06 22:59:55 +0100
committerYann Herklotz <git@yannherklotz.com>2019-10-06 22:59:55 +0100
commitebe4ed7c3eeecc3c17d2832294bdb190279939ca (patch)
treecaa3f541ea29aaa55e8ebfb6afd830c1e4a1f798 /README.md
parent920e4ae07800e793d83df8c9dca05ce62f2943c7 (diff)
downloadverismith-ebe4ed7c3eeecc3c17d2832294bdb190279939ca.tar.gz
verismith-ebe4ed7c3eeecc3c17d2832294bdb190279939ca.zip
Fix spelling in readme
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 7b88543..5666dca 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-# VeriSmith [![Build Status](https://travis-ci.com/ymherklotz/verismith.svg?token=qfBKKGwxeWkjDsy7e16x&branch=master)](https://travis-ci.com/ymherklotz/verismith)
+# Verismith [![Build Status](https://travis-ci.com/ymherklotz/verismith.svg?token=qfBKKGwxeWkjDsy7e16x&branch=master)](https://travis-ci.com/ymherklotz/verismith)
Verilog Fuzzer to test the major verilog compilers by generating random, valid
and deterministic Verilog. There is a
-[presentation](https://yannherklotz.com/docs/presentation.pdf) about VeriSmith
+[presentation](https://yannherklotz.com/docs/presentation.pdf) about Verismith
and a [thesis](https://yannherklotz.com/docs/thesis.pdf) which goes over all the
details of the implementation and results that were found.
@@ -110,7 +110,7 @@ the actual project itself.
## Configuration
-VeriSmith can be configured using a [TOML](https://github.com/toml-lang/toml)
+Verismith can be configured using a [TOML](https://github.com/toml-lang/toml)
file. There are four main sections in the configuration file, an example can be
seen [here](/examples/config.toml).