Skip to content

Commit 213e22c

Browse files
Update README.md
1 parent d473b58 commit 213e22c

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
@@ -39,7 +39,7 @@ creds, target, err := authOpts.WithTarget(ctx, "smb", pflag.Arg(0))
3939
if err != nil { /* error handling */ }
4040

4141

42-
// Only credentials are need, no specific target:
42+
// Only credentials are needed, no specific target:
4343
creds, err := authOpts.NoTarget()
4444
if err != nil { /* error handling */ }
4545

0 commit comments

Comments
 (0)