Skip to content

Commit

Permalink
Merge pull request #81 from rcjenkins/patch-1
Browse files Browse the repository at this point in the history
Updated README.md so shown example works correctly first_name and last_n...
  • Loading branch information
mmangino committed Jul 13, 2012
2 parents fcadf6b + edab400 commit 36f6751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ shared login partial.

<%= fb_connect_async_js %>
<% if current_facebook_user %>
<% current_facebook_user.fetch %>
<%= "Welcome #{current_facebook_user.first_name} #{current_facebook_user.last_name}!" %>
or
<%= "Hello #{fb_name(current_facebook_user, :useyou => false)}!" # link to facebook profile %>
Expand Down

0 comments on commit 36f6751

Please sign in to comment.