Skip to content

Commit eff85ad

Browse files
authored
Update README.md
1 parent 837cda1 commit eff85ad

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
@@ -19,7 +19,7 @@ This project currently implements the following scheduling algorithms:
1919
### [Priority (Non-preemptive)](https://github.com/amal-stack/CpuSchedulingAlgorithms/blob/master/CpuSchedulingAlgorithms/PriorityScheduler.cs)
2020
* A scheduling algorithm where each process has an associated priority value. The process with the highest priority will be granted the CPU first. This is implemented as a non-preemptive algorithm where the priority is represented as an integer. The lower the value of the integer, the higher the process priority.
2121

22-
# Console Client
22+
## Console Client
2323
To run the app, use the following command:
2424
```
2525
dotnet run CpuSchedulingAlgorithms.Console

0 commit comments

Comments
 (0)