Skip to content

Commit 55e70aa

Browse files
committed
Merge branch 'svil'
2 parents 28f5299 + 19aa305 commit 55e70aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ int main(int argc, const char * argv[]) {
211211
}
212212
`````
213213

214-
* ### Store response in a variable
214+
* ### Store response in a file
215215

216216
And if we would like to put the returned content in a file? Nothing easier than:
217217

@@ -263,7 +263,7 @@ int main(int argc, const char * argv[]) {
263263
}
264264
`````
265265
266-
* ### Store response in a file
266+
* ### Store response in a variable
267267
268268
Not interested in files? So let's put the request's output in a variable!
269269

0 commit comments

Comments
 (0)