Skip to content

Commit e1c5131

Browse files
committed
docs: 🚚 rename shields.js to badges.js
because we will move from shields.io to badgen soon
1 parent c5cf958 commit e1c5131

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

shields.js renamed to badges.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
/**
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
5+
*/
56
import fs from "fs";
67

78
const protocol = "https://";

0 commit comments

Comments
 (0)