renamed results to readme

This commit is contained in:
Niklas von Hertzen 2012-12-30 16:30:28 +02:00
parent 29bd4c8c05
commit b19c200c6c
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);
};
})();