Skip to content

Commit 489b03a

Browse files
committed
Update README.md
1 parent 7ccd08c commit 489b03a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can use the headers this way:
2424
BOOL success = [b load];
2525

2626
Class FTDeviceSupport = NSClassFromString(@"FTDeviceSupport");
27-
id si = [FTDeviceSupport sharedInstance];
27+
id si = [FTDeviceSupport valueForKey:@"sharedInstance"];
2828

2929
NSLog(@"-- %@", [si valueForKey:@"deviceColor"]);
3030

@@ -38,4 +38,4 @@ The code to draw this picture is in [https://github.com/nst/RuntimeBrowser/tree/
3838

3939
![iOS Frameworks](ios_frameworks.png)
4040

41-
Nicolas Seriot
41+
Nicolas Seriot

0 commit comments

Comments
 (0)