Skip to content

Commit

Permalink
Fix documentation on minio-go download (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana authored and nitisht committed Sep 3, 2019
1 parent 29666b6 commit 8afcf7b
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 @@ -8,7 +8,7 @@ This document assumes that you have a working [Go development environment](https

## Download from Github
```sh
go get -u github.com/minio/minio-go
GO111MODULE=on go get github.com/minio/minio-go/v6
```

## Initialize MinIO Client
Expand Down

0 comments on commit 8afcf7b

Please sign in to comment.