From df5708ce0cb67013c285befb270d1cf3e9384003 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Tue, 15 Oct 2024 21:16:00 -0400 Subject: [PATCH] the example should be simpler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5404b0d57..839b8e854 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Linux or macOS users might follow the following instructions if they have a rece #include int main(int, char *[]) { - auto url = ada::parse("https://www.google.com"); + auto url = ada::parse("https://www.google.com"); if (!url) { std::cout << "failure" << std::endl; return EXIT_FAILURE;