From 4683d8f59a6fe1d70fef5683ad5a8eb84875c0e2 Mon Sep 17 00:00:00 2001 From: Yevhen Pavlov Date: Sun, 3 Mar 2024 18:23:46 +0200 Subject: [PATCH] fix(doc): Fix README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0035b4..a25c55e 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ Golang wrapper for the Last.fm API 2.0 Get the source codes from github : - % go get github.com/shkh/lastfm-go/lastfm + % go get github.com/sonjek/go-lastfm/lastfm Import the package : - import "github.com/shkh/lastfm-go/lastfm" + import "github.com/sonjek/go-lastfm/lastfm" # Usage