Skip to content

Commit 768e6ac

Browse files
committed
readme fix
1 parent 74e4c4b commit 768e6ac

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Timekeep
77

8-
A process activity tracker, it runs as a background service recording start/stop events for select programs and aggregates active sessions, session history, and lifetime program usage. Now has [WakaTime](https://github.com/jms-guy/timekeep?tab=readme-ov-file#wakatime) integration.
8+
A process activity tracker, it runs as a background service recording start/stop events for select programs and aggregates active sessions, session history, and lifetime program usage. Now has [WakaTime](https://github.com/jms-guy/timekeep?tab=readme-ov-file#wakatime)/[Wakapi](https://github.com/muety/wakapi) integration.
99

1010
## Table of Contents
1111
- [Features](#features)
@@ -91,13 +91,13 @@ sc.exe start timekeep
9191
Get-Service -Name "timekeep"
9292
```
9393

94-
9594
Test using CLI:
95+
9696
```powershell
9797
.\timekeep.exe status # Check if the service is responsive
9898
```
9999

100-
##### To include shell completion:
100+
**To include shell completion**:
101101

102102
```powershell
103103
New-Item -Force -ItemType Directory (Split-Path $PROFILE) | Out-Null
@@ -182,7 +182,7 @@ Test using CLI:
182182
timekeep status # Check if the service is responsive
183183
```
184184

185-
##### To include shell completion:
185+
**To include shell completion**:
186186

187187
```bash
188188
timekeep completion bash | sudo tee /etc/bash_completion.d/timekeep >/dev/null

0 commit comments

Comments
 (0)