Skip to content

Commit 487c098

Browse files
authored
Update README.md
1 parent e09e11b commit 487c098

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
@@ -21,7 +21,7 @@ Specification for URL parser can be found from the
2121

2222
```cpp
2323
ada::result url = ada::parse("https://www.google.com");
24-
if(result) { /* URL is valid */ }
24+
if(url) { /* URL is valid */ }
2525
```
2626
2727
- Get/Update credentials

0 commit comments

Comments
 (0)