Skip to content

Commit eb13a99

Browse files
authored
Merge pull request #4 from timlinux/main
Fix invalid reference to WireGuard.hpp in README.md
2 parents dd94dba + 5698d34 commit eb13a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Almost all of this code is based on the [WireGuard Implementation for lwIP](http
99
1. Include `WireGuard.hpp` at the early part of the sketch.
1010

1111
```c++
12-
#include <WireGuard.hpp>
12+
#include <WireGuard-ESP32.h>
1313
```
1414

1515
2. Define the instance of the `WireGuard` class at module level.

0 commit comments

Comments
 (0)