Skip to content

Commit

Permalink
Update link to sync-child-process (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 authored Nov 1, 2024
1 parent 356c7fc commit b9dd1c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ traditionally only available asynchronously in the Node.js ecosystem by running
the asynchronous APIs in a worker and accessing their results synchronously from
the main thread.

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

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

## Usage

Expand Down

0 comments on commit b9dd1c9

Please sign in to comment.