Skip to content

Commit

Permalink
Update README.md (#43)
Browse files Browse the repository at this point in the history
Remove typo.
  • Loading branch information
joelcavarroc authored Sep 4, 2024
1 parent d10adbd commit d010200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/4-Add-Shopping-Basket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ In the .NET CLI, we need to do a few steps manually to configure .NET Aspire orc
app.MapGrpcService<BasketService>();
```

1. Delete the `Services/GreeterSrevice.cs` file that was included with the template, including the `Services` directory.
1. Delete the `Services/GreeterService.cs` file that was included with the template, including the `Services` directory.

## Implement Redis storage logic

Expand Down

0 comments on commit d010200

Please sign in to comment.