fixed an error in the readme file
This commit is contained in:
parent
fb2580bcad
commit
e27912f99e
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Reference in a new issue