From eee372eab8980fed5439b456c57c2c49c2cdc07d Mon Sep 17 00:00:00 2001 From: Darshan Sen Date: Mon, 16 Sep 2024 18:01:46 +0530 Subject: [PATCH] Mention how to use events.json in usage section of readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 29f2295..4c0e988 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ setInterval(function () { }, 5); ``` +After running this script with `node filename.js`, open the generated `events.json` file on . + Check out the [API documentation](docs/api) and the [code examples](docs/examples) for details. ## License