Skip to content

Commit

Permalink
Fix: README - add Bash highlighting, fix white space issue that was p…
Browse files Browse the repository at this point in the history
…reventing tests from passing
  • Loading branch information
benkoshy committed Nov 5, 2020
1 parent 5849ba7 commit d7d1b01
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,17 @@ Supported Ruby Interpreters

## Installation

```bash
gem install webmock

```
or alternatively:

```ruby
# add to your Gemfile
group :test do
gem "webmock"
gem "webmock"
end

```

### or to install the latest development version from github master

Expand Down

0 comments on commit d7d1b01

Please sign in to comment.