|
23 | 23 |
|
24 | 24 | <a href="https://marketplace.visualstudio.com/items?itemName=MichaelCurrin.auto-commit-msg" |
25 | 25 | title="Go to Marketplace extension page"> |
26 | | - <img src="/images/icon.png" alt="Logo" width="200" /> |
27 | | - <br/> |
28 | | - <img src="https://img.shields.io/badge/VS_Code_Extension-blue.svg?logo=visual-studio-code" alt="VS Code extension" /> |
| 26 | + <img src="/images/icon.png" |
| 27 | + alt="Logo" |
| 28 | + width="200" /> |
29 | 29 | </a> |
30 | 30 |
|
31 | 31 | [Getting started](#getting-started) | [Features](#features) | [Sample screenshots](#sample-usage) | [Docs](#documentation) |
|
44 | 44 |
|
45 | 45 | ## Getting started |
46 | 46 |
|
| 47 | +One-click install button: |
| 48 | + |
| 49 | +<div align="center"> |
| 50 | + |
| 51 | +[](https://vscode:extension/MichaelCurrin.auto-commit-msg) |
| 52 | + |
| 53 | +</div> |
| 54 | + |
| 55 | +See more info on how to install and run. |
| 56 | + |
| 57 | +<div align="center"> |
| 58 | + |
| 59 | +[](/docs/quickstart.md) |
| 60 | + |
| 61 | +</div> |
| 62 | + |
| 63 | + |
| 64 | +## Documentation |
| 65 | + |
47 | 66 | <div align="center"> |
48 | 67 |
|
49 | | -[](https://github.com/MichaelCurrin/auto-commit-msg/blob/master/docs/quickstart.md) |
| 68 | +[](/docs/) |
50 | 69 |
|
51 | 70 | </div> |
52 | 71 |
|
53 | 72 |
|
54 | 73 | ## Features |
55 | 74 |
|
56 | | -Just click the extension **button** in the Git pane. |
| 75 | +Just click the extension's one **button** in the Git pane. |
57 | 76 |
|
58 | | -This is what the extension will do: |
| 77 | +This is what the extension can do: |
59 | 78 |
|
60 | 79 | - Look at any **staged** changes files, otherwise falls back to all unstaged changes. |
61 | 80 | - Generate a commit message, which you can use or edit. |
@@ -104,15 +123,6 @@ If you renamed a file: |
104 | 123 | <!-- TODO: Add GIF here --> |
105 | 124 |
|
106 | 125 |
|
107 | | -## Documentation |
108 | | - |
109 | | -<div align="center"> |
110 | | - |
111 | | -[](/docs/) |
112 | | - |
113 | | -</div> |
114 | | - |
115 | | - |
116 | 126 | ## Contributing |
117 | 127 |
|
118 | 128 | See the [Contributing](/CONTRIBUTING.md) guide. |
|
0 commit comments