Skip to content

Commit f3a7845

Browse files
committed
Updated README.md
1 parent 7853884 commit f3a7845

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ To run the automatic tests with fake data, execute:
2121
npm test
2222
```
2323

24+
To test the time sync functionality using simulated response:
25+
26+
```bash
27+
node test/timeSync.test.js
28+
```
29+
2430

2531
## Usage
2632

@@ -36,6 +42,12 @@ https://cdpstudio.com/manual/cdp/cdplogger/cdplogger-configuration-example.html
3642
node index.js
3743
```
3844

45+
For usage related to events run:
46+
47+
```bash
48+
node event.js
49+
```
50+
3951

4052
## Contact
4153

0 commit comments

Comments
 (0)