Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md Spacing Fixes #1026

Merged
merged 1 commit into from Aug 19, 2023
Merged

README.md Spacing Fixes #1026

merged 1 commit into from Aug 19, 2023

Conversation

baweaver
Copy link
Contributor

Noticed there was some odd indentation in the README, quick patch to normalize that.

Noticed there was some odd indentation in the README, quick patch to normalize that.
git clone http://github.com/bblimke/webmock.git
cd webmock
rake install
```
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Granted this one is more of replacing the alternate 4-space indent codeblock style, but seeing as the rest of the doc was using backticks this seemed to make sense.

@@ -383,7 +385,8 @@ RestClient.post('www.example.net', 'abc') # ===> "abc\n"

### Dynamically evaluated raw responses recorded with `curl -is`

`curl -is www.example.com > /tmp/www.example.com.txt`
`curl -is www.example.com > /tmp/www.example.com.txt`
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This causes the curl request to show up in a code block with backticks around it.

@baweaver
Copy link
Contributor Author

Apparently past me had a similar idea: #1021

...though that missed the curl issue.

@bblimke bblimke merged commit 0d422a1 into bblimke:master Aug 19, 2023
@bblimke
Copy link
Owner

bblimke commented Aug 19, 2023

Thank you @baweaver :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants