Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Jan 4, 2012
1 parent 87029af commit 268e946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ you need add require css,js file in your app assets files:

then you can use `social_share_button_tag` helper in views, for example `app/views/posts/show.html.erb`

<%= social_share_button(@post.title) %>
<%= social_share_button_tag(@post.title) %>

## Demo

Expand Down

0 comments on commit 268e946

Please sign in to comment.