We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c443bc6 commit 96a9360Copy full SHA for 96a9360
1 file changed
readme.md
@@ -21,11 +21,9 @@ Modelled after Octokit <3. This is a lightweight client for the Buffer API (http
21
Put this sucker in your Gemfile and bundle install
22
23
```ruby
24
-gem "buffer-app", :git => "git://github.com/kaneda/buffer-ruby", :ref => "cd461c8a9f934c9a499e7bfe80f93d22e0f6481a"
+gem "buffer-app", :git => "git://github.com/kaneda/buffer-ruby", :tag => "v1.0"
25
```
26
27
-Apologies for the SHA, I'll add a tag shortly
28
-
29
Then drop this into your config/application.rb (or wherever you want to use it)
30
31
0 commit comments