Skip to content

Commit 05a8882

Browse files
committed
Fix readme example path
1 parent 269f0db commit 05a8882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ dotnet build
186186
Run the example:
187187
You also need to have a [container runtime](https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/setup-tooling?tabs=windows&pivots=vscode#container-runtime) installed: Podman or Docker.
188188
```bash
189-
dotnet run --project examples\LibStored.Example.AppHost\LibStored.Example.AppHost.csproj
189+
dotnet run --project examples\Sync\LibStored.Net.Example.AppHost\LibStored.Net.Example.AppHost.csproj
190190
```
191191

192192
Run the tests:

0 commit comments

Comments
 (0)