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.
1 parent b7df778 commit 19aa305Copy full SHA for 19aa305
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