We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3219620 commit 85180b7Copy full SHA for 85180b7
1 file changed
Readme.md
@@ -3,9 +3,9 @@
3
A smart HTTP library based on Seeeduino that implements the AT HTTP commands to perform GET and POST requests to a JSON API.
4
5
## 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
+* Your board has to support the standard SoftwareSerial library. It doesn't work with HardwareSerial based boards for the moment.
+* The API response format has to be a valid JSON.
+* The library has been tested against Arduino Uno and Arduino Nano.
9
10
## Instalation
11
Download the library and then import it.
0 commit comments