Skip to content

Commit f3bad61

Browse files
Added supported versions to the README
1 parent e6e6a25 commit f3bad61

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ We welcome direct contributions to the ruby-http-client code base. Thank you!
6464

6565
##### Prerequisites #####
6666

67-
- Ruby 2.2 or higher
67+
- Ruby version 2.2
6868

6969
##### Initial setup: #####
7070

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@ All updates to this library is documented in our [CHANGELOG](https://github.com/
1010

1111
# Installation
1212

13+
## Prerequisites
14+
15+
- Ruby version 2.2
16+
17+
## Install Package
18+
1319
```bash
1420
gem install ruby_http_client
1521
```
1622

17-
## Dependencies
18-
19-
- Ruby 2.2 or higher
20-
2123
# Quick Start
2224

2325
`GET /your/api/{param}/call`

0 commit comments

Comments
 (0)