From b3a7c86feff080f3ea303a1177f75dc3560a280d Mon Sep 17 00:00:00 2001 From: Prashant Gupta Date: Wed, 27 Mar 2019 18:10:02 -0700 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e68d336..a20578a 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ It is a libary that lets you monitor certain activities on your machine, and sen For example, let's say you want to monitor whether there was any mouse click on your machine and you want to be notified every 5 minutes if there was one or not. What you do is start the `Activity Tracker` with just the `mouse click` service and `heartbeat` frequency set to 5 minutes. The `Start` function of the library gives you a channel which receives a `heartbeat` every 5 minutes, and it has details on whether there was a `click` in those 5 minutes. [version-badge]: https://img.shields.io/github/release/prashantgupta24/clipboard-manager.svg -[RELEASES]: https://github.com/prashantgupta24/clipboard-manager/releases +[RELEASES]: https://github.com/prashantgupta24/activity-tracker/releases