From 70700d2fcdf80b18746b91b891b6b94e3569ca18 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 17 Sep 2024 23:48:00 +0900 Subject: [PATCH] Updated File Event Monitor (markdown) --- File-Event-Monitor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {