From 7a58694e9c38b8ca9bbfe0c1a4ac0d33c0391256 Mon Sep 17 00:00:00 2001 From: Tim Sutton Date: Wed, 13 Oct 2021 23:45:58 +0100 Subject: [PATCH] Fix invalid reference to WireGuard.hpp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a230fd..989225c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Almost all of this code is based on the [WireGuard Implementation for lwIP](http 1. Include `WireGuard.hpp` at the early part of the sketch. ```c++ -#include +#include ``` 2. Define the instance of the `WireGuard` class at module level.