From 4761de1399649ead0f4fe1e68da632e633a196d6 Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Mon, 31 Oct 2016 21:43:18 -0400 Subject: [PATCH] fixed an error in the readme file --- schedulers/proactive_dynamic_capping/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schedulers/proactive_dynamic_capping/README.md b/schedulers/proactive_dynamic_capping/README.md index 4066b73..e9f7332 100644 --- a/schedulers/proactive_dynamic_capping/README.md +++ b/schedulers/proactive_dynamic_capping/README.md @@ -10,10 +10,10 @@ Offer 2 methods: main.go contains a set of test functions for the above algorithm. #Please run the following commands to install dependencies and run the test code. -''' +``` go build go run main.go -''' +``` #Note The github.com folder contains a library that is required to compute the median of a given set of values.