Skip to content

Commit 6f51481

Browse files
committed
Update README.md
1 parent bb3b318 commit 6f51481

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
@@ -9,7 +9,7 @@ Usage
99
Do a GET request:
1010
```cpp
1111
NetworkClient nc;
12-
nc.doGet("http://google.com/?q=" + nc.urlEncode("Smelly cat");
12+
nc.doGet("http://google.com/?q=" + nc.urlEncode("Smelly cat"));
1313
std::cout << nc.responseBody();
1414
```
1515

0 commit comments

Comments
 (0)