aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-05-12 12:11:00 +0000
committerbloodstalker <thabogre@gmail.com>2017-05-12 12:11:00 +0000
commit5489e14c8ee8749327b49705bb605fb7e6e1d3e2 (patch)
tree3348e3e6669f73320aa621e948461b6b322e0dec
parentlinenoise is now a submodule (diff)
downloadmutator-5489e14c8ee8749327b49705bb605fb7e6e1d3e2.tar.gz
mutator-5489e14c8ee8749327b49705bb605fb7e6e1d3e2.zip
fixed a typo
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 487078b..1a4f05e 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ You can follow Project `mutator` on twitter, @xashmith.
## mutator
-`mutator is a suite of tools aimed at analysis and automation of C/C++ code development with thin client-server architectur written using the Clang front-end(LibTooling) as a stand-alone in C++. It consists of three(well so far) executables and a UI written in bash. You can run executables like any other CLI tool or just run them through the UI which again acts like a CLI tool. `mutator` also accepts action files that tell it what to do.<br/>
+mutator is a suite of tools aimed at analysis and automation of C/C++ code development with thin client-server architectur written using the Clang front-end(LibTooling) as a stand-alone in C++. It consists of three(well so far) executables and a UI written in bash. You can run executables like any other CLI tool or just run them through the UI which again acts like a CLI tool. `mutator` also accepts action files that tell it what to do.<br/>
<br/>
**mutator-lvl0** will run the Misra-C checks.<br/>