Skip to content

Commit 2378cf9

Browse files
committed
chore(readme): move example output up
1 parent afcc923 commit 2378cf9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ Display Git commit history with [conventional commit](https://www.conventionalco
88
- Automatically detects and displays appropriate emojis based on conventional commit types
99
- Relative timestamps for commits
1010

11+
## Example Output
12+
13+
```
14+
* abc123f feat: ✨ Add new feature (2 days ago)
15+
* def456a fix: 🐛 Fix critical bug (5 hours ago)
16+
* ghi789b docs: 📚 Update documentation (1 hour ago)
17+
```
18+
1119
## Installation
1220

1321
### Cargo
@@ -44,14 +52,6 @@ function auto_pwd --on-variable PWD
4452
end
4553
```
4654

47-
## Example Output
48-
49-
```
50-
* abc123f feat: ✨ Add new feature (2 days ago)
51-
* def456a fix: 🐛 Fix critical bug (5 hours ago)
52-
* ghi789b docs: 📚 Update documentation (1 hour ago)
53-
```
54-
5555
## Inspiration
5656

5757
Folke's [devmoji](https://github.com/folke/devmoji)

0 commit comments

Comments
 (0)