Skip to content

Commit

Permalink
fix a typo in README.md (#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
juli3nk authored Jul 24, 2020
1 parent d4c96d5 commit 2133993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func main() {
bucketName := "mymusic"
location := "us-east-1"

err = minioClient.MakeBucket(context.Background(), bucketName, MakeBucketOptions{Region: location})
err = minioClient.MakeBucket(context.Background(), bucketName, minio.MakeBucketOptions{Region: location})
if err != nil {
// Check to see if we already own this bucket (which happens if you run this twice)
exists, errBucketExists := minioClient.BucketExists(bucketName)
Expand Down

0 comments on commit 2133993

Please sign in to comment.