Skip to content

Commit

Permalink
Format 85036f0
Browse files Browse the repository at this point in the history
  • Loading branch information
prettifier[bot] committed Oct 20, 2020
1 parent 85036f0 commit aec6886
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ $ yarn add end-child-processes
## Usage

```js
import { endChildProcesses } from "end-child-processes"
import { endChildProcesses } from "end-child-processes";
// or
const { endChildProcesses } = require("end-child-processes")
const { endChildProcesses } = require("end-child-processes");

await endChildProcesses()
await endChildProcesses();
```

## Related work
Expand Down

0 comments on commit aec6886

Please sign in to comment.