Skip to content

Commit

Permalink
Fix variable name in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgarfield committed Jun 5, 2020
1 parent 2dc9660 commit 469e08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -40,7 +40,7 @@ credential, _ := client.Credentials.Create(feather.CredentialsCreateParams{

// Inform the user of their credential status
switch credential.Status {
case feather.CredentialStatusRequiresOneTimeCode:
case feather.CredentialStatusRequiresVerificationCode:
log.Printf("Please check your email for a link to sign in")
return

Expand Down

0 comments on commit 469e08d

Please sign in to comment.