Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit cfebe89

Browse files
committed
docs: fix doc
1 parent 3223d05 commit cfebe89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dotnet add package Nall.Aspire.Hosting.DependsOn.All
2626
## Examples
2727

2828
```csharp
29-
// AppHost.cs
29+
// AppHost/Program.cs
3030
var builder = DistributedApplication.CreateBuilder(args);
3131
builder.Services.Configure<DependsOnOptions>(builder.Configuration.GetRequiredSection("DependsOnOptions"));
3232

@@ -63,7 +63,7 @@ builder.Build().Run();
6363

6464
`dotnet cake --target test`
6565

66-
`dotnet pack -o ./Artefacts`
66+
`dotnet --target pack`
6767

6868
## References
6969

0 commit comments

Comments
 (0)