From c38d6e1b6f98ced71e4340e4c85227e559e75341 Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Mon, 15 Sep 2025 09:46:48 +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 3364fe3e..682dc48d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Building Secure Smart Contracts -![](https://github.com/crytic/building-secure-contracts/actions/workflows/echidna.yml/badge.svg) ![](https://github.com/crytic/building-secure-contracts/actions/workflows/medusa.yml/badge.svg) +[![](https://github.com/crytic/building-secure-contracts/actions/workflows/echidna.yml/badge.svg)](https://github.com/crytic/building-secure-contracts/actions/workflows/echidna.yml) [![](https://github.com/crytic/building-secure-contracts/actions/workflows/medusa.yml/badge.svg)](https://github.com/crytic/building-secure-contracts/actions/workflows/medusa.yml) Brought to you by [Trail of Bits](https://www.trailofbits.com/), this repository offers guidelines and best practices for developing secure smart contracts. Contributions are welcome, you can contribute by following our [contributing guidelines](https://github.com/crytic/building-secure-contracts/blob/master/CONTRIBUTING.md).