aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-04-30 07:07:44 +0000
committerbloodstalker <thabogre@gmail.com>2017-04-30 07:07:44 +0000
commit664bac0400f419519a48f939dbe481f0cc1f6635 (patch)
tree8b2ff21a8d91536876651c49d67c1b25d2475f7a /README.md
parentadded lncurses and boost headers (diff)
downloadmutator-664bac0400f419519a48f939dbe481f0cc1f6635.tar.gz
mutator-664bac0400f419519a48f939dbe481f0cc1f6635.zip
fixed
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a5f01de..e6b4bad 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ mutatord, the mutator server and the client are also provided as optional featur
That would be because m0's requirement set is different. m0's tests are aimed at lowering the bug-count(bug prevention, not finding bugs), increasing portablity and maintainability across different architectures and environments.<br/>
#### What is SaferCpp?
-SaferCPlusPlus is essentially a collection of safe data types that are compatible with, and can substitute for, common unsafe native C++ types. You can read more (here)[https://github.com/duneroadrunner/SaferCPlusPlus].<br/>
+SaferCPlusPlus is essentially a collection of safe data types that are compatible with, and can substitute for, common unsafe native C++ types. You can read more [here](https://github.com/duneroadrunner/SaferCPlusPlus).<br/>
Reports are generated in XML,JSON and simple text(AWK-friendly:`RS="\n";FS=":"`. Look at `ReportPrintPretty.sh` under `extra-tools`.).<br/>
You can also run the mutator daemon(`mutatord`) which runs it in a client-server mode, with the client being a thin client.<br/>