Skip to content

Commit 54f7421

Browse files
committed
Merge branch 'post-generation-monkeypatch' of https://github.com/watson-developer-cloud/ruby-sdk into post-generation-monkeypatch
2 parents b1c6bdb + aa433cb commit 54f7421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ p "Result: #{response.result}"
207207
This would give an output of `DetailedResponse` having the structure:
208208
```ruby
209209
Status: 200
210-
Headers: <http response headers>
211-
Result: <response returned by service>
210+
Headers: "<http response headers>"
211+
Result: "<response returned by service>"
212212
```
213213

214214
## Using Websockets

0 commit comments

Comments
 (0)