Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Jul 18, 2019
1 parent b3a45f4 commit 9ac840f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ working directory for the subprocess:
const observable = createObservableProcess("node server.js", { cwd: "~/tmp" })
```

You can provide custom environment variables for the process.
You can provide custom environment variables for the process:

```js
const observable = createObservableProcess("node server.js", {
Expand Down

0 comments on commit 9ac840f

Please sign in to comment.