We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc9a70 commit e685c55Copy full SHA for e685c55
README.md
@@ -73,7 +73,7 @@ Linux or macOS users might follow the following instructions if they have a rece
73
#include <iostream>
74
75
int main(int, char *[]) {
76
- auto url = ada::parse<ada::url>("https://www.google.com");
+ auto url = ada::parse("https://www.google.com");
77
if (!url) {
78
std::cout << "failure" << std::endl;
79
return EXIT_FAILURE;
0 commit comments