You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,13 +48,13 @@ To generate JSON files::
48
48
...
49
49
$ cat badges/command_line_tool.json | jq .
50
50
{
51
-
"subject": "[CWL] command_line_tool",
51
+
"subject": "command_line_tool",
52
52
"status": "100%",
53
53
"color": "green"
54
54
}
55
55
56
-
Once you upload JSON file to a server, you make a badge by using a link like https://flat.badgen.net/https/path/to/generated/json.
56
+
Once you upload JSON file to a server, you make a badge by using a link like https://badgen.net/https/path/to/generated/json or https://flat.badgen.net/https/path/to/generated/json (for flat badges).
0 commit comments