Skip to content

Commit eb88e48

Browse files
authored
Merge pull request bufferapp#8 from benhalpern/patch-1
Update Readme
2 parents 3c4bf6a + 9e870dd commit eb88e48

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
buffer is a Buffer API Wrapper written in Ruby. It provides more thorough API coverage than the existing gem.
44

5-
Since the gem is currently in ALPHA development, the interface is prone to change. Please wait until v0.1.0 is released to become reliant on interface. As it stands, all of the basic API calls in BufferApp's spec are available. Some of the optional params are yet to be implemented.
6-
7-
85
## Installation
96

107
[![Coverage Status](https://coveralls.io/repos/zph/buff/badge.png?branch=master)](https://coveralls.io/r/zph/buff?branch=master) [![Build Status](https://travis-ci.org/zph/buff.png?branch=master)](https://travis-ci.org/zph/buff) [![Code Climate](https://codeclimate.com/github/zph/buff.png)](https://codeclimate.com/github/zph/buff)
@@ -53,7 +50,7 @@ comma delimited array of integers, ie `BUFFER_PROFILE_ID="0,1"`. This will post
5350
* Submit that form and wait a short period (~2 min )
5451
* Visit: http://bufferapp.com/developers/apps
5552
* Gather Access Token and place it after the word "access_token"
56-
* Set BUFFER_PROFILE_ID="0" if you only have one account to post to. Otherwise it's more complicated ;). Find me on Twitter and I can explain [@_ZPH](https://twitter.com/_ZPH).
53+
* Set BUFFER_PROFILE_ID="0" if you only have one account to post to. Otherwise it's more complicated ;).
5754

5855
#### Example
5956

0 commit comments

Comments
 (0)