Skip to content

Commit 7190348

Browse files
authored
Update README.md
1 parent 7ff0b1b commit 7190348

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ An object-oriented C++ wrapper for cURL tool
55

66
If you want to know a bit more about cURL and libcurl, you should go on the official website http://curl.haxx.se/
77

8-
Donations
9-
=========
10-
11-
A beer or a coffee would be great ;)
12-
13-
[![gitcheese.com](https://s3.amazonaws.com/gitcheese-ui-master/images/badge.svg)](https://www.gitcheese.com/donate/users/4980377/repos/15680237)
14-
15-
168
Compile and link
179
================
1810

@@ -118,7 +110,7 @@ int main(int argc, const char **argv) {
118110
}
119111
120112
// Retrieve information about curl current session.
121-
auto x = easy.get_info<CURL_CONTENT_TYPE>();
113+
auto x = easy.get_info<CURLINFO_CONTENT_TYPE>();
122114
// Print out content type
123115
std::cout << x.get() << std::endl;
124116
return 0;

0 commit comments

Comments
 (0)