Skip to content

Commit 221e21c

Browse files
authored
Merge pull request #103 from common-workflow-language/fix-doc-for-badges
Update the badge section in README.rst
2 parents 66efe79 + 2caf082 commit 221e21c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ To generate JSON files::
4848
...
4949
$ cat badges/command_line_tool.json | jq .
5050
{
51-
"subject": "[CWL] command_line_tool",
51+
"subject": "command_line_tool",
5252
"status": "100%",
5353
"color": "green"
5454
}
5555

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).
5757

5858
Here is an example of markdown to add a badge::
5959

60-
![test result](https://flat.badgen.net/https/path/to/generated/json)
60+
![test result](https://flat.badgen.net/https/path/to/generated/json?icon=commonwl)

0 commit comments

Comments
 (0)