Skip to content

Commit

Permalink
img src
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Apr 18, 2020
1 parent 5d2face commit 32d2653
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<b>Power Header</b> offers easy configuration and powerful customization to fit any needs!</p>

<p align="center">
<a href="https://marketplace.visualstudio.com/items?itemName=epivision.vscode-file-header"><img src="https://badgen.net/vs-marketplace/v/epivision.vscode-file-header" alt="vs-marketplace version"></a>
<a href="https://marketplace.visualstudio.com/items?itemName=epivision.vscode-file-header"><img src="https://badgen.net/vs-marketplace/v/epivision.vscode-file-header?icon=windows" alt="vs-marketplace version"></a>
<img src="https://badgen.net/vs-marketplace/i/epivision.vscode-file-header" alt="vs-marketplace installs">
<img src="https://badgen.net/vs-marketplace/d/epivision.vscode-file-header" alt="vs-marketplace downloads">
<img src="https://badgen.net/vs-marketplace/rating/epivision.vscode-file-header" alt="vs-marketplace rating">
Expand Down Expand Up @@ -50,7 +50,7 @@
"powerHeader.template": "file://$WORKSPACE_FOLDER/dev/template.txt"
```

1. You company requires you to use a specific header template in `cpp`? Easy! ⚙️ \<any>
1. Your company requires you to use a specific header template in `cpp`? Easy! ⚙️ \<any>
```jsonc
"[cpp]": {
"powerHeader.commentMode": "line",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
},
"badges": [
{
"url": "https://badgen.net/github/stars/EPIVISION/vscode-file-header",
"url": "https://badgen.net/github/stars/EPIVISION/vscode-file-header?icon=github",
"href": "https://github.com/EPIVISION/vscode-file-header/stargazers",
"description": "stars"
},
{
"url": "https://badgen.net/github/open-issues/EPIVISION/vscode-file-header",
"url": "https://badgen.net/github/open-issues/EPIVISION/vscode-file-header?icon=github",
"href": "https://github.com/EPIVISION/vscode-file-header/issues",
"description": "open issues"
},
{
"url": "https://badgen.net/github/last-commit/EPIVISION/vscode-file-header",
"url": "https://badgen.net/github/last-commit/EPIVISION/vscode-file-header?icon=github",
"href": "https://github.com/EPIVISION/vscode-file-header/commits/master",
"description": "last commit"
}
Expand Down

0 comments on commit 32d2653

Please sign in to comment.