diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-09-20 22:32:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-09-20 22:32:08 +0000 |
commit | 35aa363587f8169f9b1ceec22f5e8f8ebd9da91e (patch) | |
tree | 625d0d9c644eac798d0d15d27ee15780e70061a5 /docs/examples/README | |
parent | 7eafb0f3256d7842fc808268a72105c93cdcdfc0 (diff) |
new libcurl example code stuff
Diffstat (limited to 'docs/examples/README')
-rw-r--r-- | docs/examples/README | 8 |
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. |