diff --git a/README.md b/README.md index 00969a5..abddafd 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,9 @@ import ( func main() { ifce, err := water.New(water.Config{ DeviceType: water.TAP, + PlatformSpecificParams: water.PlatformSpecificParams{ + ComponentID: "root\\tap0901", + }, }) if err != nil { log.Fatal(err)