summaryrefslogtreecommitdiff
path: root/include/README
diff options
context:
space:
mode:
Diffstat (limited to 'include/README')
-rw-r--r--include/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/README b/include/README
index 091ef76d1..f4cfd9a68 100644
--- a/include/README
+++ b/include/README
@@ -9,7 +9,7 @@ Include files for libcurl, external users.
They're all placed in the curl subdirectory here for better fit in any kind
of environment. You must include files from here using...
- #include <curl/curl.h>
+ #include <gnurl/curl.h>
... style and point the compiler's include path to the directory holding the
curl subdirectory. It makes it more likely to survive future modifications.