Update README.md

This commit is contained in:
Samuel Lorch 2021-08-30 21:41:05 +02:00 committed by GitHub
parent 2a399bab41
commit 809ebaea52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -323,7 +323,7 @@ func main() {
}
fmt.Printf("Shared Resource With Test User %v\n", users[0].ID)
client.Logout(ctx)
client.Logout(ctx)
}
```