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.