Skip to content

Commit 2570d96

Browse files
authored
Update Readme.md
1 parent baa0937 commit 2570d96

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Readme.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ char response[256];
2525
Result result = http.get("your.api.com", response);
2626

2727
Serial.println(response);
28-
// This prints the response body. Note that the response have to be a valid JSON
2928

3029
http.disconnect();
3130

@@ -45,7 +44,6 @@ char response[256];
4544
Result result = http.post("your.api.com", "{\"date\":\"12345678\"}", response);
4645
4746
Serial.println(response);
48-
// This prints the response body. Note that the response have to be a valid JSON
4947
5048
http.disconnect();
5149
```
@@ -92,4 +90,4 @@ In order to perform a request, the library follows these steps:
9290
## Future improvements
9391

9492
- Support of HardwareSerial.
95-
- Support of more content types, not only JSON (application/json).
93+
- Support of more content types, not only JSON (application/json).

0 commit comments

Comments
 (0)