Skip to content

Commit 28ad741

Browse files
Update src/CommunityToolkit.Aspire.Minio.Client/README.md
Co-authored-by: Aaron Powell <me@aaron-powell.com>
1 parent 44369c6 commit 28ad741

File tree

1 file changed

+1
-1
lines changed
  • src/CommunityToolkit.Aspire.Minio.Client

1 file changed

+1
-1
lines changed

src/CommunityToolkit.Aspire.Minio.Client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dotnet add package CommunityToolkit.Aspire.Minio.Client
2121
In the _Program.cs_ file of your project, call the `AddMinioClient` extension method to register a `MinioClient` for use via the dependency injection container. The method takes a connection name parameter.
2222

2323
```csharp
24-
builder.AddMinioClient();
24+
builder.AddMinioClient("minio");
2525
```
2626

2727
## Configuration

0 commit comments

Comments
 (0)