Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sebyddd committed Jan 28, 2015
1 parent d29c4ef commit e658fed
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 @@ -19,7 +19,7 @@ With the new iPhone models, developers have a little more work to do. This libra
else if ([SDiPhoneVersion deviceVersion] == iPhone6Plus)
NSLog(@"You got the iPhone 6 Plus. Bigger is better!");
else if ([SDiPhoneVersion deviceVersion] == iPadAir)
NSLog(@"You own an iPad Air!");
NSLog(@"You own an iPad Air!");

// Check for device screen size
if ([SDiPhoneVersion deviceSize] == iPhone4inch)
Expand Down

0 comments on commit e658fed

Please sign in to comment.