Skip to content

Commit be0df72

Browse files
committed
Merge pull request #299 from tomykaira/fix_markup
Fix wrong markup in README
2 parents d1e3ed8 + 238db47 commit be0df72

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,10 @@ Net::HTTP.start("www.example.com") {|http| http.request(req)}.message # ===>
258258

259259
### Replaying raw responses recorded with `curl -is`
260260

261-
`curl -is www.example.com > /tmp/example_curl_-is_output.txt`
261+
```
262+
curl -is www.example.com > /tmp/example_curl_-is_output.txt
263+
```
264+
262265
```ruby
263266
raw_response_file = File.new("/tmp/example_curl_-is_output.txt")
264267
```

0 commit comments

Comments
 (0)