Skip to content

Commit 4bf1d6b

Browse files
authored
Fix example
Closes #4
1 parent ba23178 commit 4bf1d6b

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
@@ -66,7 +66,7 @@ Each Dropbox API takes in a request type and returns a response type. For instan
6666
Here's an example:
6767

6868
```go
69-
arg := users.NewGetAccountArg()
69+
arg := users.NewGetAccountArg(accountId)
7070
if resp, err := dbx.GetAccount(arg); err != nil {
7171
return err
7272
}

0 commit comments

Comments
 (0)