aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-01-01 00:47:01 +0000
committerbloodstalker <thabogre@gmail.com>2017-01-01 00:47:01 +0000
commitf227b61fd04cb35bde7ec4a7248fb2780e0b4f08 (patch)
tree22cb02399d7aa3450bfcbdc4deb6f8df5360d1aa /README.md
parentprettier prints (diff)
downloadmutator-f227b61fd04cb35bde7ec4a7248fb2780e0b4f08.tar.gz
mutator-f227b61fd04cb35bde7ec4a7248fb2780e0b4f08.zip
updated
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 78f1782..8e9bd21 100644
--- a/README.md
+++ b/README.md
@@ -135,7 +135,7 @@ Here's a quick look into the project files and directories:<br/>
* The **test** folder holds the **TDD** tests.<br/>
* The **docs** folder contains the documents related to the project. Currently the doc for the current status of the Misra-C:2004 implementation is there.<br/>
* The folder named **tinyxml2** holds the tinyxml2 source files.<br/>
-* The folder named **extra-tools** holds some tool that help the dev process. Right now it only holds a little script that has some limited argument parsing abilities to dump AST.<br/>
+* The folder named **extra-tools** holds some tool that help the dev process.<br/>
* The folder named **samples** holds the output samples for the project. Currently, you can find the text and XML output of the Misra-C rule checker run over the TDD tests.<br/>
#### **The Misra-C rule checking portion has not been extensively tested since it is still WIP but is very much buildable and usable.**<br/>