From 664bac0400f419519a48f939dbe481f0cc1f6635 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sun, 30 Apr 2017 11:37:44 +0430 Subject: fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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.
#### 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].
+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).
Reports are generated in XML,JSON and simple text(AWK-friendly:`RS="\n";FS=":"`. Look at `ReportPrintPretty.sh` under `extra-tools`.).
You can also run the mutator daemon(`mutatord`) which runs it in a client-server mode, with the client being a thin client.
-- cgit v1.2.3