We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb21f7 commit 8d8798bCopy full SHA for 8d8798b
1 file changed
README.md
@@ -21,10 +21,11 @@
21
22
<div align="center">
23
24
+<!-- To avoid error on installing extension, image URL must be HTTPS and not a local path. And also must not be SVG. -->
25
<a href="https://marketplace.visualstudio.com/items?itemName=MichaelCurrin.auto-commit-msg"
26
title="Go to Marketplace extension page">
- <img src="/images/icon.png"
27
- alt="Logo"
+ <img src="https://github.com/MichaelCurrin/auto-commit-msg/raw/master/images/icon.png"
28
+ alt="Logo"
29
width="200" />
30
</a>
31
@@ -36,8 +37,8 @@
36
37
## Preview
38
39
- <img src="/docs/_media/sample-chore.png"
40
- alt="sample screenshot of chore"
+ <img src="/docs/_media/sample-chore.png"
41
+ alt="sample screenshot of chore"
42
width="300" />
43
</div>
44
0 commit comments