Skip to content

Commit

Permalink
docs: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez committed Sep 25, 2023
1 parent bfcbe4c commit b8da1ed
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 @@ -95,6 +95,6 @@ main = do
-- ...
```

As mentioned before, instead of modifying the current process, you use `RichEnv` to spawn processes with custom environments (for example with [`System.Process.proc`](https://hackage.haskell.org/package/process/docs/System-Process.html#v:proc) and `CreateProcess`' [`env`](https://hackage.haskell.org/package/process/docs/System-Process.html#t:CreateProcess) field) defined with your rules, effectively controlling how the environment is forwarded from the current process to the spawned ones.
As mentioned before, instead of modifying the current process, you use `RichEnv` to spawn processes with custom environments (for example with System.Process' [`proc`](https://hackage.haskell.org/package/process/docs/System-Process.html#v:proc) and [`CreateProcess`](https://hackage.haskell.org/package/process/docs/System-Process.html#t:CreateProcess)' `env` field) defined with your rules, effectively controlling how the environment is forwarded from the current process to the spawned ones.

See the Hackage documentation and [the tests](./test/RichEnvSpec.hs) for more details and examples.

0 comments on commit b8da1ed

Please sign in to comment.