Skip to content

Commit 1801ec8

Browse files
authored
fix: update example to use correct property name
1 parent 131a619 commit 1801ec8

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
@@ -106,7 +106,7 @@ A more thorough, [runnable example](cloud/examples/basic_auth/main.go) is provid
106106
func main() {
107107
tp := jira.BasicAuthTransport{
108108
Username: "<username>",
109-
APIToken: "<api-token>",
109+
Password: "<api-token>",
110110
}
111111

112112
client, err := jira.NewClient(tp.Client(), "https://my.jira.com")

0 commit comments

Comments
 (0)