Skip to content

Commit 576f3b5

Browse files
authored
Merge pull request #30 from davidjwilkins/patch-1
Update README.md
2 parents 21bd0de + 8b0635f commit 576f3b5

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
@@ -45,7 +45,7 @@ import "github.com/dropbox/dropbox-sdk-go-unofficial/dropbox/users"
4545
func main() {
4646
config := dropbox.Config{
4747
Token: token,
48-
LogLevel: dropbox.LogInfo // if needed, set the desired logging level. Default is off
48+
LogLevel: dropbox.LogInfo, // if needed, set the desired logging level. Default is off
4949
}
5050
dbx := users.New(config)
5151
// start making API calls

0 commit comments

Comments
 (0)