From cc8adf48e1c82c28f81d12cdfc36c98757c39807 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 17 Sep 2019 08:41:55 -0500 Subject: [PATCH] doc: point to example --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cfaa9a3..d2334c9 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ A simple wrapper around OCurl, for easy tasks around http. ## Usage +A small web crawler can be found in `examples/argiope`. It's very incomplete +and naive but demonstrates basic usage of `Ezcurl_lwt.get`. + ### Synchronous API The library lives in a module `Ezcurl`, which wraps `Curl.t` with functions