This commit is contained in:
Stéphane Lavergne 2023-08-09 11:00:25 -04:00 committed by GitHub
parent 648ca8f77f
commit b3a889edb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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