Skip to content

Commit

Permalink
Remove unnecessary brackets from readme
Browse files Browse the repository at this point in the history
### What
Remove brackets from around the license icon in the readme.

### Why
Not needed.
  • Loading branch information
leighmcculloch authored Jul 10, 2024
1 parent c6e8127 commit 7906212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 7906212

Please sign in to comment.