Skip to content

Commit 45f5cf1

Browse files
author
Levent KARAGÖL
committed
Documentation has been updated
1 parent 7bca178 commit 45f5cf1

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
@@ -21,8 +21,8 @@ Modern, non-blocking and exception free, header-only HTTP Client library for C++
2121
* [POST request with form data](#post-request-with-form-data)
2222
* [POST request with JSON data](#post-request-with-json-data)
2323
* [What about others? (PUT, DELETE, PATCH)](#what-about-others-put-delete-patch)
24-
* [Full function list](#full-function-list)
2524
* [Semantic Versioning](#semantic-versioning)
25+
* [Full function list](#full-function-list)
2626
* [License](#license)
2727
* [Contact](#contact)
2828

@@ -313,7 +313,7 @@ Versioning of the library is done using conventional semantic versioning. Accord
313313
You can find the complete list of functions in the library below. In fact, they are just overloaded versions of 5 functions in total.
314314

315315
> [!TIP]
316-
> Descriptions of all methods and parameters are also available within the code for IDE use.
316+
> All methods and parameters descriptions are also available within the code as comment for IDEs.
317317
318318
```cpp
319319
- getRequest

0 commit comments

Comments
 (0)