From 3e7c4d20a904b2d23f9de58a734dc7b06be25af3 Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Tue, 23 Apr 2024 08:14:47 +0530 Subject: [PATCH] doc: Fix minor typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 577a47954..15eed4bec 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ libraries: the GitHub bindings to JavaScript and still run efficiently. * `Cohttp_curl` uses `libcurl`, via `ocurl`, as backend. It also comes with lwt (`Cohttp_curl_lwt`) and async backends (`Cohttp_curl_async`). -* `Cohttp_eio` uses `ei`o to leverage new features from multicore ocaml 5.0. +* `Cohttp_eio` uses `eio` to leverage new features from multicore ocaml 5.0. You can implement other targets using the parser very easily. Look at the `IO` signature in `lib/s.mli` and implement that in the desired backend.