.

Kim committed Oct 20, 2025 at 18:51 UTC c069d207f0c0899f8a8ece4d791730688ef19916
1 file changed +2 -2
README.md
+2 -2
@@ -51,7 +51,7 @@ It automatically advertises itself and tunnels incoming streams to your local TC
51
52 Install the module:
53 ```bash
54 -go get github.com/gosuda/relaydns/pkg
54 +go get github.com/gosuda/relaydns
55 ```
56
57 Example usage:
@@ -64,7 +64,7 @@ import (
64 "time"
65
66 "github.com/libp2p/go-libp2p"
67 - "github.com/gosuda/relaydns/pkg/relaydns"
67 + "github.com/gosuda/relaydns/relaydns"
68 )
69
70 func main() {