Skip to content

Commit

Permalink
Fix missing exclamation marks
Browse files Browse the repository at this point in the history
Without these exclamation marks, it's not a badge but just a text.
  • Loading branch information
ShivangKakkar authored Feb 5, 2022
1 parent 46c6233 commit 4b5e04d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1092,9 +1092,9 @@ Any [shields.io](https://shields.io/) badge can use a logo image by adding the
```markdown
[![Ruby](https://badgen.net/badge/icon/ruby?icon=ruby&label)](https://https://ruby-lang.org/)
```
[Terminal](https://badgen.net/badge/icon/terminal?icon=terminal&label)
![Terminal](https://badgen.net/badge/icon/terminal?icon=terminal&label)
```markdown
[Terminal](https://badgen.net/badge/icon/terminal?icon=terminal&label)
![Terminal](https://badgen.net/badge/icon/terminal?icon=terminal&label)
```
[![TravisCI](https://badgen.net/badge/icon/travis?icon=travis&label)](https://travis-ci.org)
```markdown
Expand Down

0 comments on commit 4b5e04d

Please sign in to comment.