We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4945ce8 + 9c05905 commit 6e353f6Copy full SHA for 6e353f6
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