From fcecff0b2262755475944549b6549cdac0301bd4 Mon Sep 17 00:00:00 2001 From: Pedro Gabriel Date: Wed, 23 Oct 2024 07:46:37 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0ca7f2..b3eaac2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Hash Calculator GitHub Action ![badge](https://github.com/pplanel/hash-string-action/actions/workflows/test.yml/badge.svg) -This action allows the user to calculate the cryptographic hash value of a string. Multiple hashing algorithms are supported including MD5, SHA1, SHA2 and [many more](). +This action allows the user to calculate the cryptographic hash value of a string. Multiple hashing algorithms are supported including MD5, SHA1, SHA2 and [many more](https://github.com/pplanel/hash-calculator-action/tree/master?tab=readme-ov-file#available-hashing-algorithms). This actions is a wrapper around the library [CryptoJS](https://cryptojs.gitbook.io/docs/)