From 7bb1aee889cf0e198b33e24a8b146a7bb6bbea62 Mon Sep 17 00:00:00 2001 From: Johannes Schriewer Date: Mon, 30 Jul 2018 11:53:41 +0200 Subject: [PATCH] Grammatical error --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 1bb27a5..5dbc8a9 100644 --- a/Readme.md +++ b/Readme.md @@ -29,7 +29,7 @@ And no, I will not do an Arduino port. ## How to use -### Building under Linux +### Building on Linux 1. Checkout the repo 2. Run make: @@ -38,7 +38,7 @@ make -f Makefile.linux ``` 3. Grab `libmqtt.a` or `libmqtt-debug.a` and `src/mqtt.h` and add that into your project. -### Testing under Linux +### Testing on Linux Requirements: