Skip to content

Commit f57c442

Browse files
author
Levent KARAGÖL
committed
Documentation has been updated
1 parent 7317576 commit f57c442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Modern, non-blocking and exception free, header-only HTTP Client library for C++
77

88

99
> [!NOTE]
10-
> Please read this document before using the library. I know you don't have time, but reading this document will save you time. I mean just this file, it's not long at all. Trial and error will cost you more time.
10+
> Please read this document before using the library. I know, you don't have time but reading this document will save you time. I mean just this file, it's not long at all. Trial and error will cost you more time.
1111
1212

1313
# Table of Contents
@@ -187,7 +187,7 @@ int main() {
187187
```
188188

189189

190-
## Sending Custom HTTP Headers
190+
## Sending custom HTTP headers
191191

192192
If you need to send custom HTTP HEADERs during the request, you can send them in std::map<std::string, std::string> format.
193193

0 commit comments

Comments
 (0)