renamed results to readme

This commit is contained in:
MoyuScript 2012-12-30 16:30:28 +02:00
parent 5fc6e715cd
commit ed58f990ae
2 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@
html += "</tbody></table>";
fs.writeFileSync("tests/results.md", html);
fs.writeFileSync("tests/readme.md", html);
};
})();