diff --git a/File-Event-Monitor.md b/File-Event-Monitor.md index 8c7529c..414adc0 100644 --- a/File-Event-Monitor.md +++ b/File-Event-Monitor.md @@ -12,7 +12,7 @@ The events that can be handled are as follows: ### Implement an event listener -The methods `onFileCreated`, `onNetworkConnected`, and `onRegistryModified` are available to implement an event listener. You can find examples in `defaultService.js`. +The methods `onFileCreated`, `onNetworkConnected`, and `onRegistryModified` are available to implement an event listener. You can find examples in `defaultService.example.js`. ```js function onFileCreated(args) {