From ab520b4c3e253149404235e774a77dac0d320842 Mon Sep 17 00:00:00 2001 From: Calascibetta Romain Date: Mon, 17 Oct 2022 15:03:24 +0200 Subject: [PATCH] Update the example with https://mirage.io/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Reynir Björnsson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52bd9ec..0087908 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ open Lwt.Infix module Make (HTTP_client : Http_mirage_client.S) = struct let start http_client = - Http_mirage_client.one_request http_client "https://google.com/" + Http_mirage_client.one_request http_client "https://mirage.io/" >>= function | Ok (resp, body) -> ... | Error _ -> ...