Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Luluno01 committed Oct 22, 2024
1 parent e75e25f commit 323d9a6
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,7 +7,7 @@ Management wrapper for unreliable resources, e.g., another process.
```TypeScript
import { ChildProcess, spawn } from 'child_process'
import Unreliable from '@unlib-js/unreliable'
import stopOnExit from '@unlib-js/unreliable/build/stopOnExit'
import stopOnExit from '@unlib-js/unreliable/stopOnExit'
import { once } from 'events'


Expand Down Expand Up @@ -62,4 +62,4 @@ async function foo() {
}
```

For example of unreliable daemon, see `src/test.ts`.
For example of unreliable daemon, see `src/Daemon.test.ts`.

0 comments on commit 323d9a6

Please sign in to comment.