Skip to content

Commit

Permalink
Merge pull request #1028 from punchagan/patch-1
Browse files Browse the repository at this point in the history
doc: Fix minor typo in README
  • Loading branch information
mseri committed Apr 24, 2024
2 parents cf2ae33 + 3e7c4d2 commit 0b0f685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.
Expand Down

0 comments on commit 0b0f685

Please sign in to comment.