Skip to content

Commit 85180b7

Browse files
authored
Update Readme.md
Fix typos
1 parent 3219620 commit 85180b7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
A smart HTTP library based on Seeeduino that implements the AT HTTP commands to perform GET and POST requests to a JSON API.
44

55
## Support
6-
* Your board have to support the standard SoftwareSerial library. It doesn't work with HardwareSerial based boards for the moment.
7-
* The API response have to be a valid JSON.
8-
* The library has been tested again Arduino Uno and Arduino Nano
6+
* Your board has to support the standard SoftwareSerial library. It doesn't work with HardwareSerial based boards for the moment.
7+
* The API response format has to be a valid JSON.
8+
* The library has been tested against Arduino Uno and Arduino Nano.
99

1010
## Instalation
1111
Download the library and then import it.

0 commit comments

Comments
 (0)