Skip to content

Commit b9dd1c9

Browse files
authored
Update link to sync-child-process (#7)
1 parent 356c7fc commit b9dd1c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ traditionally only available asynchronously in the Node.js ecosystem by running
77
the asynchronous APIs in a worker and accessing their results synchronously from
88
the main thread.
99

10-
See [the `sync-process` package] for an example of `sync-message-port` in
10+
See [the `sync-child-process` package] for an example of `sync-message-port` in
1111
action.
1212

13-
[the `sync-process` package]: https://github.com/sass/sync-process
13+
[the `sync-child-process` package]: https://github.com/sass/sync-child-process
1414

1515
## Usage
1616

0 commit comments

Comments
 (0)