Skip to content

Commit b18bbb0

Browse files
authored
Fix run command
1 parent eff85ad commit b18bbb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ This project currently implements the following scheduling algorithms:
2222
## Console Client
2323
To run the app, use the following command:
2424
```
25-
dotnet run CpuSchedulingAlgorithms.Console
25+
dotnet run --project CpuSchedulingAlgorithms.Console
2626
```

0 commit comments

Comments
 (0)