Skip to content

Commit 9b2c3c1

Browse files
authored
Merge pull request #614 from theriverman/patch-1
Update README.md
2 parents 0946977 + 081901e commit 9b2c3c1

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
@@ -109,7 +109,7 @@ func main() {
109109
APIToken: "<api-token>",
110110
}
111111

112-
client, err := jira.NewClient("https://my.jira.com", tp.Client())
112+
client, err := jira.NewClient(tp.Client(), "https://my.jira.com")
113113

114114
u, _, err = client.User.GetCurrentUser(context.Background())
115115

0 commit comments

Comments
 (0)