We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0944db6 commit 2fee388Copy full SHA for 2fee388
README.md
@@ -71,7 +71,7 @@ JSContext *context = [[JSContext alloc] init];
71
```
72
73
2. Add `JSExports` adopted classes each framework if needed.
74
- `Foundation`, `UIKit` and `QuartzCore` frameworks MUST be added.
+ `Foundation`, `UIKit` and `QuartzCore` frameworks **MUST** be added.
75
76
```objc
77
[context addScriptingSupport:@"Foundation"];
0 commit comments