From 5e96fc61581a08e8057c2c5c79d1c6824d19e0f5 Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Mon, 31 Oct 2016 23:56:30 -0400 Subject: [PATCH] fixed an error in the readme --- schedulers/proactive_dynamic_capping/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/schedulers/proactive_dynamic_capping/README.md b/schedulers/proactive_dynamic_capping/README.md index cf6e3dc..a895174 100644 --- a/schedulers/proactive_dynamic_capping/README.md +++ b/schedulers/proactive_dynamic_capping/README.md @@ -10,6 +10,7 @@ Offer 2 methods: main.go contains a set of test functions for the above algorithm. ***.go Files*** + *main.go* ``` Contains functions that simulate FCFS and Ranked based scheduling.