From 0cb6609070401902ca385723d767897c32b66831 Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 5 Apr 2016 21:07:36 -0500 Subject: [PATCH] added rails instructions to documentation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 330228a..e2a6f19 100755 --- a/README.md +++ b/README.md @@ -37,6 +37,12 @@ After installing the gem package you can now begin to simplifying requests by re require 'unirest' ``` +To add `unirest` to your Rails project, add this line to your project's gemfile: + +```ruby +gem 'unirest' +``` + ## Creating Requests So you're probably wondering how using Unirest makes creating requests in Ruby easier, let's start with a working example: