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 cfd42f2 commit 99eed94Copy full SHA for 99eed94
README.md
@@ -23,7 +23,7 @@
23
24
Veridic Url("https://URL");
25
26
- string data = url.get();
+ string data = Url.get();
27
28
cout << data;
29
0 commit comments