Skip to content

Commit 1e4c9ba

Browse files
josecelanoda2ce7
authored andcommitted
docs: add testing workflow status badge
to README.
1 parent 15dee03 commit 1e4c9ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Torrust Bencode2Json
22

3+
[![Testing](https://github.com/torrust/bencode2json/actions/workflows/testing.yaml/badge.svg)](https://github.com/torrust/bencode2json/actions/workflows/testing.yaml)
4+
35
A lib and console command to convert from bencoded data to JSON format.
46

57
Output is similar to: <https://github.com/Chocobo1/bencode_online>. When a bencoded string (byte string) contains only valid UTF-8 chars, those chars will print to the output. If the string contains non valid UTF-8 chars, them the string will be printed in hexadecimal. For example:

0 commit comments

Comments
 (0)