Skip to content

Commit 3877b7f

Browse files
committed
docs: fix example args for README.md
1 parent 951601b commit 3877b7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If bundler is not being used to manage dependencies, install the gem by executin
1717
```ruby
1818
require "rb/process"
1919

20-
Process.run("bash", "r+") { |pipe| pipe.puts "uname" }
20+
Process.run("bash") { |pipe| pipe.puts "uname" }
2121
# => "Linux\n"
2222

2323
Process.output("ls spec").each_line(chomp: true).to_a

0 commit comments

Comments
 (0)