diff --git a/storage-s3/README.md b/storage-s3/README.md index 6ee7fdb..c940021 100644 --- a/storage-s3/README.md +++ b/storage-s3/README.md @@ -22,7 +22,7 @@ The MinIO client will be initialized with the required environment variables `ST - [objectExists](https://jsr.io/@frytg/storage-s3/doc/~/objectExists) - [listObjects](https://jsr.io/@frytg/storage-s3/doc/~/listObjects) -Also see all options in the [MinIO API documentation](https://min.io/docs/minio/linux/developers/javascript/API.html). They can be used by importing the `client` object. +Also see all options in the [MinIO API documentation](https://min.io/docs/minio/linux/developers/javascript/API.html). They can be used by importing the `Client` object. ## Author