We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28f5299 + 19aa305 commit 55e70aaCopy full SHA for 55e70aa
1 file changed
README.md
@@ -211,7 +211,7 @@ int main(int argc, const char * argv[]) {
211
}
212
`````
213
214
-* ### Store response in a variable
+* ### Store response in a file
215
216
And if we would like to put the returned content in a file? Nothing easier than:
217
@@ -263,7 +263,7 @@ int main(int argc, const char * argv[]) {
263
264
265
266
-* ### Store response in a file
+* ### Store response in a variable
267
268
Not interested in files? So let's put the request's output in a variable!
269
0 commit comments