Skip to content

Commit f5caf16

Browse files
committed
f
1 parent eadfbaf commit f5caf16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ npm i graceful-process
1717

1818
## Usage
1919

20-
Require this module and execute it on every child process file.
20+
Import this module and execute it on every child process file.
2121

22-
```js
23-
// mycli.js
24-
const { graceful } = require('graceful-process');
22+
```ts
23+
// mycli.ts
24+
import { graceful } from 'graceful-process';
2525

2626
graceful({ logger: console, label: 'mycli-child-cmd' });
2727
```

0 commit comments

Comments
 (0)