add example info

This commit is contained in:
Felix Roos 2022-04-16 10:24:09 +02:00
parent d0443a7f41
commit 2aed40d99b

View File

@ -24,3 +24,6 @@ scheduler.setPattern(pattern);
scheduler.start()
//scheduler.stop()
```
A more sophisticated example can be found in [examples/repl.html](./examples/repl.html).
You can run it inside this directory with `npm run example`.