summaryrefslogtreecommitdiff
path: root/docs/examples/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/README.md')
-rw-r--r--docs/examples/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/README.md b/docs/examples/README.md
index c83846566..78577f84f 100644
--- a/docs/examples/README.md
+++ b/docs/examples/README.md
@@ -16,14 +16,14 @@ Most examples should build fine using a command line like this:
`curl-config --cc --cflags --libs` -o example example.c
-Some compilers don't like having the arguments in this order but instead
+Some compilers do not like having the arguments in this order but instead
want you do reorganize them like:
`curl-config --cc` -o example example.c `curl-config --cflags --libs`
**Please** do not use the `curl.se` site as a test target for your
libcurl applications/experiments. Even if some of the examples use that site
-as a URL at some places, it doesn't mean that the URLs work or that we expect
+as a URL at some places, it does not mean that the URLs work or that we expect
you to actually torture our website with your tests! Thanks.
## Examples