We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e6a25 commit f3bad61Copy full SHA for f3bad61
CONTRIBUTING.md
@@ -64,7 +64,7 @@ We welcome direct contributions to the ruby-http-client code base. Thank you!
64
65
##### Prerequisites #####
66
67
-- Ruby 2.2 or higher
+- Ruby version 2.2
68
69
##### Initial setup: #####
70
README.md
@@ -10,14 +10,16 @@ All updates to this library is documented in our [CHANGELOG](https://github.com/
10
11
# Installation
12
13
+## Prerequisites
14
+
15
16
17
+## Install Package
18
19
```bash
20
gem install ruby_http_client
21
```
22
-## Dependencies
-
23
# Quick Start
24
25
`GET /your/api/{param}/call`
0 commit comments