README.md in omniauth-clef-1.0.2 vs README.md in omniauth-clef-1.0.3

- old
+ new

@@ -1,11 +1,9 @@ # OmniAuth Clef The official Clef OAuth2 Strategy for OmniAuth 1.0. -For details on the client side authentication scheme for Clef, refer to the documentation at: http://docs.clef.io - ## Installing Add to your `Gemfile`: ```ruby @@ -48,9 +46,10 @@ :extra => { :raw_info => { :id => '1234567', :first_name => 'Clef', :last_name => 'User', + :name => 'Clef User' # only included if first name is included :email => 'test@example.com', :phone_number => '2021119999' } } }