Skip to content

Commit

Permalink
Fix description for base58btc.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Sep 29, 2024
1 parent 2dd2015 commit ed68578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specifications/multibase-base58btc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "base58-btc",
"summary": "The base58 Bitcoin multibase format is used to encode binary values in a way that is easy to read for humans. The format omits the usage of characters that are easily confused with one another such as the character for the number one '1' and the lowercase 'l' character.",
"summary": "The base58 Bitcoin multibase format is used to encode binary values in a way that is easy to read for humans. The format omits the usage of characters that are easily confused with one another such as the character for the number one '1', capital 'I' (eye), and the lowercase 'l' (ell) character.",
"specification": "https://www.w3.org/TR/controller-document/#multibase-0",
"category": "multibase",
"maintainerEmail": "[email protected]",
Expand Down

0 comments on commit ed68578

Please sign in to comment.