Skip to content

Commit a72031d

Browse files
Update README.md
1 parent e1a9798 commit a72031d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ pod 'DeviceIdentificator'
2222

2323
## Usage:
2424
Swift:
25-
```Swift
25+
```swift
2626
let deviceModel = UIDevice.current.deviceModel
2727
print("Current device: \(deviceModel.name)")
2828

2929
let isIpad = UIDevice.current.isIpad
3030
```
3131

3232
Objective-C:
33-
```Objective-C
33+
```objectivec
3434
NSString *deviceModelName = [UIDevice currentDevice].deviceModelName;
3535
NSLog(@"Current device: %@", [UIDevice currentDevice].deviceModelName);
3636

0 commit comments

Comments
 (0)