README.md in fastly-1.1.2 vs README.md in fastly-1.1.3

- old
+ new

@@ -1,11 +1,15 @@ -# Fastly +# Fastly [![Build Status](https://travis-ci.org/fastly/fastly-ruby.svg?branch=master)](https://travis-ci.org/fastly/fastly-ruby) Client library for interacting with the Fastly web acceleration service [API](http://docs.fastly.com/api) ## Example ```ruby +# Gemfile +gem 'fastly' + +# some_file.rb fastly = Fastly.new(login_opts) current_user = fastly.current_user current_customer = fastly.current_customer