Skip to content

Commit

Permalink
Merge pull request #50 from guidow/patch-1
Browse files Browse the repository at this point in the history
Fix a minor grammar mistake
  • Loading branch information
jpbarrette authored Aug 30, 2017
2 parents d52d21c + a1b26c5 commit 5fa2ea6
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 @@ -20,7 +20,7 @@ First, I need to quote Daniel Stenberg, the maintener of libcURL:
<cite>You can use libcURL instantly from within your C++ programs. You don't need cURLpp for that, cURLpp just adds an OO'ified layer that libcURL doesn't normally provide.</cite> It means that you need to be sure that you need, or want, cURLpp features. If not, I suggest to use directly the libcURL library. So, what are thoses features that cURLpp offers?

* You can query handles for option values (version 0.5.x and newer only).
* It use the C++ standard library structures instead of home made ones.
* It uses the C++ standard library structures instead of home made ones.
* It is exception safe.
* It is type safe.

Expand Down

0 comments on commit 5fa2ea6

Please sign in to comment.