fixed an error in the readme file

This commit is contained in:
Pradyumna Kaushik 2016-10-31 21:43:18 -04:00 committed by Renan DelValle
parent 91d0c6f341
commit 4761de1399

View file

@ -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.