Skip to content

Commit 40eda37

Browse files
committed
Removed extra format specifier
1 parent 65c5187 commit 40eda37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To use a WebViewJavascriptBridge in your own project:
4848
[bridge send:@"Well hello there"];
4949
[bridge send:[NSDictionary dictionaryWithObject:@"Foo" forKey:@"Bar"]];
5050
[bridge send:@"Give me a response, will you?" responseCallback:^(id responseData) {
51-
NSLog(@"ObjC got its response! %@ %@", responseData);
51+
NSLog(@"ObjC got its response! %@", responseData);
5252
}];
5353

5454
4) Finally, set up the javascript side:

0 commit comments

Comments
 (0)