Skip to content

Commit e685c55

Browse files
authored
the example should be simpler (#760)
1 parent 6fc9a70 commit e685c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Linux or macOS users might follow the following instructions if they have a rece
7373
#include <iostream>
7474

7575
int main(int, char *[]) {
76-
auto url = ada::parse<ada::url>("https://www.google.com");
76+
auto url = ada::parse("https://www.google.com");
7777
if (!url) {
7878
std::cout << "failure" << std::endl;
7979
return EXIT_FAILURE;

0 commit comments

Comments
 (0)