Skip to content

Commit 4eed315

Browse files
committed
chore(fix gifs): update readme's images to be linked through url
1 parent 68afbcc commit 4eed315

File tree

2 files changed

+24
-9
lines changed

2 files changed

+24
-9
lines changed

README.md

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,32 +32,39 @@ Sometimes we, the developers, go _full-loco_ while programming and make mistakes
3232

3333
### Initial commit
3434

35-
<img src="" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
35+
<img src="https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/generate-file.gif" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
3636

3737
### Normal commit
3838

39-
<img src="" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
39+
<img src="https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/commit.gif" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
40+
41+
### Commit without generating a configuration file
42+
43+
<img src="https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/--no-file.gif" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
4044

4145
### Co-authored commit
4246

43-
<img src="" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
47+
<img src="https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/co-author.gif" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
4448

4549
### Fast commit
4650

47-
<img src="" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
51+
<img src="https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/single-line.gif" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
4852

4953
### Debugging and commiting
5054

51-
<img src="" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
55+
<img src="https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/--debug.gif" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
5256

5357
### All-in-one commit
5458

55-
<img src="" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
59+
<img src="https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/all.gif" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
5660

57-
### Getting help for writing in a convention
61+
### Help
5862

59-
<img src="" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
63+
<img src="https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/flag-h.gif" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
64+
65+
### Getting help for writing in a convention
6066

67+
<img src="https://raw.githubusercontent.com/andre-filho/commit-helper/master/assets/gifs/tag-help.gif" style="min-width:200px;margin-left:auto;margin-right:auto;"/>
6168

6269
## Installation
6370

@@ -67,6 +74,14 @@ In order to install one of our older versions, check our [previous releases](PRE
6774
$ pip3 install commit-helper
6875
```
6976

77+
## Updating your current version
78+
79+
If you already have one of our `pip` releases installed in your machine and want to update to the latest version, use the command:
80+
81+
```bash
82+
$ pip3 install --upgrade commit-helper
83+
```
84+
7085
## Usage and configuration
7186

7287
This program has a cli that you can take advantage of. Running `commit --help`

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.5
1+
3.4.6

0 commit comments

Comments
 (0)