diff --git a/README.md b/README.md index 9f2cfb7..2ea4974 100644 --- a/README.md +++ b/README.md @@ -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