Skip to content

Commit

Permalink
Merge pull request #30 from ANT0x1/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
grandsilence authored Feb 19, 2019
2 parents ddbf716 + f1e50af commit 7f7c715
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 7f7c715

Please sign in to comment.