aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/README
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-09-20 22:32:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-09-20 22:32:08 +0000
commit35aa363587f8169f9b1ceec22f5e8f8ebd9da91e (patch)
tree625d0d9c644eac798d0d15d27ee15780e70061a5 /docs/examples/README
parent7eafb0f3256d7842fc808268a72105c93cdcdfc0 (diff)
downloadgnurl-35aa363587f8169f9b1ceec22f5e8f8ebd9da91e.tar.gz
gnurl-35aa363587f8169f9b1ceec22f5e8f8ebd9da91e.tar.bz2
gnurl-35aa363587f8169f9b1ceec22f5e8f8ebd9da91e.zip
new libcurl example code stuff
Diffstat (limited to 'docs/examples/README')
-rw-r--r--docs/examples/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/examples/README b/docs/examples/README
new file mode 100644
index 000000000..09e1fa855
--- /dev/null
+++ b/docs/examples/README
@@ -0,0 +1,8 @@
+EXAMPLES
+
+This directory is for tiny libcurl programming examples. They are meant to
+show some simple steps on how you can build your own application to take full
+advantage of libcurl.
+
+If you end up with other small but still useful example sources, please mail
+them for submission in future packages and on the web site.