From e65d3699df7d0320b336e01ab3cd3ad53d5b8535 Mon Sep 17 00:00:00 2001 From: James Pace Date: Sat, 20 Nov 2021 15:13:11 +0000 Subject: [PATCH] Fix typo. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 17fb3b7..6687b4b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # j7s-jwt-mosquitto-auth -Authentication using JWTs for the mosquitto mqqt broker. +Authentication using JWTs for the mosquitto mqtt broker. ## Dependencies +``` sudo apt install mosquitto-dev g++ cmake libmosquitto-dev mosquitto-clients sudo apt install openssl libssl-dev +```