1
0
mirror of https://github.com/niklasvh/html2canvas.git synced 2023-08-10 21:13:10 +03:00

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

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