fixed an error in the readme file
This commit is contained in:
parent
91d0c6f341
commit
4761de1399
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.
|
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.
|
#Please run the following commands to install dependencies and run the test code.
|
||||||
'''
|
```
|
||||||
go build
|
go build
|
||||||
go run main.go
|
go run main.go
|
||||||
'''
|
```
|
||||||
|
|
||||||
#Note
|
#Note
|
||||||
The github.com folder contains a library that is required to compute the median of a given set of values.
|
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