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 c5cf958 commit e1c5131Copy full SHA for e1c5131
1 file changed
shields.js badges.jsshields.js renamed to badges.js
@@ -1,7 +1,8 @@
1
-// 1. replace all the relevant constants and (if your project has a website) replace
2
-// ./media/images/websitelogo.png with a favicon-ish (< 50px) logo
3
-// 2. run `node shields.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 your project has a website) 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)
+ * 3. delete this file and ./media/images/websitelogo.png unless you really need them again
5
+ */
6
import fs from "fs";
7
8
const protocol = "https://";
0 commit comments