Skip to content

Commit

Permalink
fix(doc): Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sonjek committed Mar 3, 2024
1 parent d141047 commit 4683d8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4683d8f

Please sign in to comment.