Skip to content

Commit

Permalink
docs: fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
NikiforovAll committed Jun 24, 2024
1 parent 3223d05 commit cfebe89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dotnet add package Nall.Aspire.Hosting.DependsOn.All
## Examples

```csharp
// AppHost.cs
// AppHost/Program.cs
var builder = DistributedApplication.CreateBuilder(args);
builder.Services.Configure<DependsOnOptions>(builder.Configuration.GetRequiredSection("DependsOnOptions"));

Expand Down Expand Up @@ -63,7 +63,7 @@ builder.Build().Run();

`dotnet cake --target test`

`dotnet pack -o ./Artefacts`
`dotnet --target pack`

## References

Expand Down

0 comments on commit cfebe89

Please sign in to comment.