diff --git a/README.md b/README.md index d3d0ec8..e9a09a6 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ auto r = session.Request(webcc::RequestBuilder{}. true); // !!! // Move the streamed file to your destination. -file_body->Move("./wolf.jpeg"); +r->file_body()->Move("./wolf.jpeg"); ``` Please check the [examples](https://github.com/sprinfall/webcc/tree/master/examples/) for more information.