Fix license link

This commit is contained in:
Gabe Kangas
2023-01-26 16:37:29 -08:00
parent d9914f3abd
commit 05151ab95f
2 changed files with 10 additions and 11 deletions
@@ -31,7 +31,7 @@ emojiCollectionDirs.forEach(collection => {
emojiCollections[collection] = { name: collection, images: emojiCollection };
});
const template = fs.readFileSync('./Emoji.stories.md', 'utf8');
const template = fs.readFileSync('./Emoji.stories.mdx', 'utf8');
let t = handlebars.compile(template);
let output = t({ emojiCollections });
console.log(output);