Skip to content

Commit

Permalink
Merge pull request #13 from kirtithorat/master
Browse files Browse the repository at this point in the history
Fixed the tweet_button example
  • Loading branch information
iffyuva committed Mar 8, 2014
2 parents 6a8ccfc + 4ada053 commit 02a5c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ More information can be found from [Twitter](https://twitter.com/about/resources
So, if you wanted to tweet about Hacker News, attribute it to Peter Cooper, and add some custom text, all from a tweet button with a horizontal counter, you'd do this:

```erb
<%= tweet_button(via: => "peterc", url: "http://news.ycombinator.com", :text => "AWESOME.") %>
<%= tweet_button(via: "peterc", url: "http://news.ycombinator.com", text: "AWESOME.") %>
```

### Like Button
Expand Down

0 comments on commit 02a5c3e

Please sign in to comment.