Skip to content

Commit 1bcc33d

Browse files
Update README.md
1 parent 350e73e commit 1bcc33d

1 file changed

Lines changed: 25 additions & 15 deletions

File tree

README.md

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323

2424
<a href="https://marketplace.visualstudio.com/items?itemName=MichaelCurrin.auto-commit-msg"
2525
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" />
2929
</a>
3030

3131
[Getting started](#getting-started) | [Features](#features) | [Sample screenshots](#sample-usage) | [Docs](#documentation)
@@ -44,18 +44,37 @@
4444

4545
## Getting started
4646

47+
One-click install button:
48+
49+
<div align="center">
50+
51+
[![Install](https://img.shields.io/badge/Install-Auto_Commit_Message-2ea44f?style=for-the-badge&logo=visual-studio-code)](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 - getting started](https://img.shields.io/badge/docs-getting_started-blue?style=for-the-badge)](/docs/quickstart.md)
60+
61+
</div>
62+
63+
64+
## Documentation
65+
4766
<div align="center">
4867

49-
[![docs - getting started](https://img.shields.io/badge/docs-getting_started-2ea44f?style=for-the-badge)](https://github.com/MichaelCurrin/auto-commit-msg/blob/master/docs/quickstart.md)
68+
[![view - Documentation](https://img.shields.io/badge/view-Documenation-blue?style=for-the-badge)](/docs/)
5069

5170
</div>
5271

5372

5473
## Features
5574

56-
Just click the extension **button** in the Git pane.
75+
Just click the extension's one **button** in the Git pane.
5776

58-
This is what the extension will do:
77+
This is what the extension can do:
5978

6079
- Look at any **staged** changes files, otherwise falls back to all unstaged changes.
6180
- Generate a commit message, which you can use or edit.
@@ -104,15 +123,6 @@ If you renamed a file:
104123
<!-- TODO: Add GIF here -->
105124

106125

107-
## Documentation
108-
109-
<div align="center">
110-
111-
[![view - Documentation](https://img.shields.io/badge/view-Documenation-blue?style=for-the-badge)](/docs/)
112-
113-
</div>
114-
115-
116126
## Contributing
117127

118128
See the [Contributing](/CONTRIBUTING.md) guide.

0 commit comments

Comments
 (0)