Skip to content

Commit cf48607

Browse files
committed
updated node example
1 parent 9bc9072 commit cf48607

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/docs/desktop/2/digging-deeper/child-processes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ NativePHP provides a convenient method to execute JavaScript files using the bun
153153

154154
```php
155155
ChildProcess::node(
156-
cmd: 'resources/js/websocket-server.js',
157-
alias: 'websocket-server'
156+
cmd: 'resources/js/filesystem-watcher.js',
157+
alias: 'filesystem-watcher'
158158
);
159159
```
160160

0 commit comments

Comments
 (0)