We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa13c4d commit 33a0873Copy full SHA for 33a0873
README.md
@@ -39,7 +39,7 @@ use Rack::ReverseProxy do
39
end
40
41
app = proc do |env|
42
- [ 200, {'Content-Type' => 'text/plain'}, "b" ]
+ [ 200, {'Content-Type' => 'text/plain'}, ["b"] ]
43
44
run app
45
```
0 commit comments