diff --git a/README.md b/README.md
index 2e8acab..322d71a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
# LOCCounter
+[![time tracker](https://wakatime.com/badge/github/palapapa/LOCCounter.svg)](https://wakatime.com/badge/github/palapapa/LOCCounter)
+
A simple tool that counts LOCs.
Command format:
@@ -9,4 +11,4 @@ Command format:
recursive: "true" or "false". Whether to recursively search for files in the specified paths.
exclude-extension: "true" or "false". Whether to exclude the extensions specified in "extensions" and search for all other extensions.
Example: C:\Code | D:\Programming | ?D:\Programming\Secret; .cs, .cpp, .c; true; false
-```
\ No newline at end of file
+```