Skip to content

Commit e9033cd

Browse files
committed
Add badges to README.md and improve structure
1 parent 0c3a72b commit e9033cd

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Python Inlay Hints
22

3+
![Build](https://github.com/WhiteMemory99/intellij-python-inlay-params/workflows/Build/badge.svg)
4+
![Downloads](https://img.shields.io/jetbrains/plugin/d/19538-python-inlay-params)
35
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
46

5-
<!-- Plugin description -->
6-
This plugin _(quite decently)_ implements inlay parameter hints for **Python**.
7-
8-
## Installation
7+
## Quick Installation
98

109
- Using IDE built-in plugin system:
1110

@@ -18,7 +17,12 @@ This plugin _(quite decently)_ implements inlay parameter hints for **Python**.
1817
install it manually using
1918
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>
2019

21-
## Supported expressions
20+
## Description
21+
22+
<!-- Plugin description -->
23+
This plugin _(quite decently)_ implements inlay parameter hints for **Python**.
24+
25+
### Supported expressions
2226

2327
Pretty much any expression is supported:
2428

0 commit comments

Comments
 (0)