Skip to content

Commit 0406674

Browse files
committed
Fixed golang example in the root README
1 parent 9428d9a commit 0406674

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
@@ -224,7 +224,7 @@ package main
224224
import (
225225
"log"
226226

227-
"github.com/tsileo/referer-parser/go"
227+
"github.com/snowplow/referer-parser/go"
228228
)
229229

230230
func main() {

0 commit comments

Comments
 (0)