Skip to content

Commit

Permalink
Fix weird character in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Oct 16, 2011
1 parent 326e1a0 commit b11bd38
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 @@ -84,7 +84,7 @@ something like this:

class SessionsController < ApplicationController
def create
@user = ̈User.find_or_create_from_auth_hash(auth_hash)
@user = User.find_or_create_from_auth_hash(auth_hash)
self.current_user = @user
redirect_to '/'
end
Expand Down

0 comments on commit b11bd38

Please sign in to comment.