diff --git a/README.md b/README.md index 27701de..80dd5c2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# am-i-working +# am-i-working [![CircleCI](https://circleci.com/gh/caarlos0/am-i-working.svg?style=svg)](https://circleci.com/gh/caarlos0/am-i-working) Logs your working activity based on /etc/resolv.conf domain. @@ -8,5 +8,5 @@ VPN, a line with `domain mycompany.com` appears in my `/etc/resolv.conf`. What I want here is to log those changes so I can easily get my extra working hours later (and automate the sending of the report too). -To run it, you can simply `./am-i-working -d mycompany > work.log`, or +To run it, you can simply `./am-i-working -d mycompany > work.log`, or create a service in the OS level to keep it running forever.