/**
* Create a badge tag with text and colour
* @param {String} string
* @param {String} color
* @return {String}
*/module.exports = (string, color) =>`}-${color}.svg?style=flat-square)`;