Skip to content

Commit

Permalink
Changed to fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
rcjenkins committed Jul 16, 2012
1 parent f653a8e commit 6281744
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 @@ -39,7 +39,7 @@ shared login partial.
<% current_facebook_user.fetch %>
<%= "Welcome #{current_facebook_user.first_name} #{current_facebook_user.last_name}!" %>
or
<%= "Hello #{fb_name(current_facebook_user, :useyou => false)}!".html_safe %>
Welcome <%= fb_name(current_facebook_user, :useyou => false) %>!
<%= fb_logout_link("Logout of fb", request.url) %><br />
<% else
# you must explicitly request permissions for facebook user fields.
Expand Down

0 comments on commit 6281744

Please sign in to comment.