This commit is contained in:
Stéphane Lavergne 2023-08-09 11:00:25 -04:00 committed by Simon Cruanes
parent 648ca8f77f
commit 46dc012356

View file

@ -12,7 +12,7 @@ A simple wrapper around OCurl, for easy tasks around http.
## Installation ## Installation
- for the synchronous library: `opam install ezcurl` - for the synchronous library: `opam install ezcurl`
- for the lwt-baed library: `opam install ezcurl-lwt` (depends on `ezcurl`) - for the lwt-based library: `opam install ezcurl-lwt` (depends on `ezcurl`)
## Usage ## Usage