Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ANT0x1 authored Feb 19, 2019
1 parent ddbf716 commit f1e50af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ string title = html.Substring("<title>", "</title>");
### Download a file
```csharp
var resp = request.Get("http://google.com/file.zip");
request.ToFile("C:\\myDownloadedFile.zip");
resp.ToFile("C:\\myDownloadedFile.zip");
```

### Get Cookies
Expand Down

0 comments on commit f1e50af

Please sign in to comment.