From 3bf57021946e859c2100635b9b2047870ef886ab Mon Sep 17 00:00:00 2001 From: jasonbanboa Date: Thu, 14 Nov 2024 23:01:01 +0900 Subject: [PATCH] docs(readme): Fix syntax in 'Initialize MinIO Client' code snippet --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 037c2fd..d7b23ab 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,8 @@ import { NestMinioModule } from '../nest-minio.module'; @Module({ controllers: [NestMinioClientController], imports: [ - NestMinioModule.register( + NestMinioModule.register({ isGlobal: true, - { endPoint: 'play.min.io', port: 9000, useSSL: true,