We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5ae48 commit 0d1d1a3Copy full SHA for 0d1d1a3
1 file changed
badges.js
@@ -1,7 +1,8 @@
1
/**
2
- * 1. replace all the relevant constants and (if your project has a website) replace ./media/images/websitelogo.png with a favicon-ish (< 50px) logo
3
- * 2. run `node badges.js` (which adds all these shield references to your readme.md)
4
- * 3. delete this file and ./media/images/websitelogo.png unless you really need them again
+ * 1. Replace all the relevant constants and (if needed)
+ * replace ./media/images/websitelogo.png with a favicon-ish (< 50px) logo
+ * 2. Run `node badges.js` (which adds all these shield references to your readme.md)
5
+ * 3. Delete this file and ./media/images/websitelogo.png unless you really need them again.
6
*/
7
import fs from "fs";
8
0 commit comments