README: Capitalisation

This commit is contained in:
Thomas Hurst 2017-05-25 23:45:32 +01:00
parent 810713d1e5
commit cc8bc884c0

View file

@ -60,7 +60,7 @@ status.exitstatus # => 42
The result is a Process::Status object.
## But How Can I get Anything Done?
## But How Can I Get Anything Done?
Open your files and sockets before entering the sandbox. If you have a
`TCPServer` open, for example, you can still call `#accept` on it, so a useful