We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4945ce8 commit 9c05905Copy full SHA for 9c05905
1 file changed
README.md
@@ -31,7 +31,7 @@ You can also customize the output by supplying your own format blocks:
31
return nil;
32
}
33
34
- return [NSString stringWithFormat:"%@ %@", [operation.request HTTPMethod], [[operation.request URL] absoluteString]];
+ return [NSString stringWithFormat:@"%@ %@", [operation.request HTTPMethod], [[operation.request URL] absoluteString]];
35
}];
36
```
37
0 commit comments