diff --git a/README.md b/README.md
index 50d6e0a..c19f355 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
Power Header offers easy configuration and powerful customization to fit any needs!
-
+
@@ -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! ⚙️ \
+1. Your company requires you to use a specific header template in `cpp`? Easy! ⚙️ \
```jsonc
"[cpp]": {
"powerHeader.commentMode": "line",
diff --git a/package.json b/package.json
index a1c6eca..fb9b15d 100644
--- a/package.json
+++ b/package.json
@@ -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"
}