Skip to content

Commit

Permalink
fix README and CONTRIBUTING guides (minio#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
balamurugana authored Dec 18, 2020
1 parent fb1975f commit 22db1ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Contributors Guide
`minio-java` welcomes your contribution. Below steps can be followed to create a pull request.

* Fork this minio-java repository into your account.
* Create a feature branch in your fork (`$ git checkout -b my-new-feature`).
* Hack, hack, hack...
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public class FileUploader {
minioClient.uploadObject(
UploadObjectArgs.builder()
.bucket("asiatrip")
.object("asiaphotos.zip")
.object("asiaphotos-2015.zip")
.filename("/home/user/Photos/asiaphotos.zip")
.build());
System.out.println(
Expand Down

0 comments on commit 22db1ab

Please sign in to comment.