Skip to content

Commit 99bdffc

Browse files
author
Andy Grunwald
authored
Merge pull request #704 from reecerussell/patch-1
Use correct property name in example documentation
2 parents 131a619 + 1801ec8 commit 99bdffc

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)