Skip to content

Commit

Permalink
the example should be simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Oct 16, 2024
1 parent 6fc9a70 commit df5708c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Linux or macOS users might follow the following instructions if they have a rece
#include <iostream>

int main(int, char *[]) {
auto url = ada::parse<ada::url>("https://www.google.com");
auto url = ada::parse("https://www.google.com");
if (!url) {
std::cout << "failure" << std::endl;
return EXIT_FAILURE;
Expand Down

0 comments on commit df5708c

Please sign in to comment.