Skip to content

Commit be8241f

Browse files
committed
Fix in README.
1 parent b967aaf commit be8241f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
# Visual-dialog
3+
24
<p align="center">
35
<a href="#features">Features</a> •
46
<a href="#installation">Installation</a> •
@@ -10,14 +12,13 @@
1012
</p>
1113

1214
<p align="center">
13-
<img width="300" src="https://user-images.githubusercontent.com/59396366/100594532-188c6900-32fa-11eb-8372-4796f53b122f.png" alt="Visual-dialog">
14-
<br>
15-
Library to make easier dialog box in terminal.
15+
<img width="400" src="https://user-images.githubusercontent.com/59396366/100594532-188c6900-32fa-11eb-8372-4796f53b122f.png" alt="Visual-dialog">
1616
<br>
17-
This library is still under development.
18-
API can change.
17+
A library to make easier dialog box in terminal.
1918
</p>
2019

20+
This library is still under development. API can change.
21+
2122
## Features
2223

2324
📃 Automatic text scrolling.
@@ -46,7 +47,7 @@ python3 -m pip install git+git://github.com/Tim-ats-d/Visual-dialog --upgrade
4647
```sh
4748
git clone https://github.com/Tim-ats-d/Visual-dialog.git
4849
cd Visual-dialog
49-
pip install .
50+
python3 -m pip install .
5051
```
5152

5253
## Requirements

0 commit comments

Comments
 (0)