Skip to content

Commit d1955a2

Browse files
committed
[Release] v1.1.0
1 parent 2fb820f commit d1955a2

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -55,26 +55,26 @@ Tool to help automate your badges of shields.io, badgen.net, fury.io and snyk.io
5555
3. Create `.all-shieldsrc` and paste sample:
5656
```javascript
5757
{
58-
"files": [
59-
"README.md"
60-
],
61-
"shields": [
62-
{
63-
"id": "my-badges",
64-
"badges": [
65-
{
66-
"url": "https://www.npmjs.com/package/@ptkdev/all-shields-cli",
67-
"color": "lightgray",
68-
"label": "package name",
69-
"title": "package name",
70-
"message": "{{name}}",
71-
"style": "flat",
72-
"logo": "",
73-
"platform": "shields"
74-
}
75-
]
76-
}
77-
]
58+
"files": [
59+
"README.md"
60+
],
61+
"shields": [
62+
{
63+
"id": "my-badges",
64+
"badges": [
65+
{
66+
"url": "https://www.npmjs.com/package/@ptkdev/all-shields-cli",
67+
"color": "lightgray",
68+
"label": "package name",
69+
"title": "package name",
70+
"message": "{{name}}",
71+
"style": "flat",
72+
"logo": "",
73+
"platform": "shields"
74+
}
75+
]
76+
}
77+
]
7878
}
7979
```
8080
4. Add in your `README.md` the html comment (`my-badges` is `id` from the previous step):
@@ -148,7 +148,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
148148
<!-- markdownlint-disable -->
149149
<table>
150150
<tr>
151-
<td align="center"><a href="https://ptk.dev"><img src="https://avatars1.githubusercontent.com/u/442844?v=4" width="100px;" alt=""/><br /><sub><b>Patryk Rzucidło</b></sub></a><br /><a href="https://github.com/ptkdev/all-shields-cli/commits?author=ptkdev" title="Code">💻</a> <a href="#translation-ptkdev" title="Translation">🌍</a> <a href="https://github.com/ptkdev/all-shields-cli/commits?author=ptkdev" title="Documentation">📖</a> <a href="https://github.com/ptkdev/all-shields-cli/issues?q=author%3Aptkdev" title="Bug reports">🐛</a></td>
151+
<td align="center"><a href="https://ptk.dev"><img src="https://avatars1.githubusercontent.com/u/442844?v=4" width="100px;" alt=""/><br /><sub><b>Patryk Rzucidło</b></sub></a><br /><a href="https://github.com/ptkdev/all-shields-cli/commits?author=ptkdev" title="Code">💻</a> <a href="#translation-ptkdev" title="Translation">🌍</a> <a href="https://github.com/ptkdev/all-shields-cli/commits?author=ptkdev" title="Documentation">📖</a> <a href="https://github.com/ptkdev/all-shields-cli/issues?q=author%3Aptkdev" title="Bug reports">🐛</a></td>
152152
</tr>
153153
</table>
154154

0 commit comments

Comments
 (0)