@ -2,7 +2,7 @@
```typescript
import { simpleSpawn } from "async-spawner";
await simpleSpawn("ls", "-al");
await simpleSpawn("ls", ["-al"]);
```