From 7906212b9e4d5a5785470240fd4cb38c00643126 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Wed, 10 Jul 2024 15:38:53 +1000 Subject: [PATCH] Remove unnecessary brackets from readme ### What Remove brackets from around the license icon in the readme. ### Why Not needed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f0a365e5..09f1561dc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Stellar CLI (stellar-cli) -[![Apache 2.0 licensed](https://img.shields.io/badge/license-apache%202.0-blue.svg)] +![Apache 2.0 licensed](https://img.shields.io/badge/license-apache%202.0-blue.svg) This repo is home to the Stellar CLI, the command-line multi-tool for running and deploying Stellar contracts on the Stellar network.