Rename instructions file to README.md

This commit is contained in:
Matt Swensen 2020-02-10 05:56:12 -07:00
parent c200e0162a
commit aeea35d0bc
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35

@ -128,7 +128,7 @@ module.exports.colors = ${JSON.stringify(cliColors, null, 2)};
export default async function generateZip(selections, colors, width, height, url, cliColors) {
const zip = new JSZip();
const preparedColors = prepareColors(colors, () => {});
zip.file('Instructions.md', instructions(selections, url));
zip.file('README.md', instructions(selections, url));
zip.file('colors.js', colorsForCli(cliColors, url));
for (const [key, selected] of Object.entries(selections)) {
if (selected) {