From 827384fefde747999b7b3d04d04ad46694ae603d Mon Sep 17 00:00:00 2001 From: 0xAX Date: Fri, 6 Mar 2015 20:20:24 +0600 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aa0dfa9..5ad0f21 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ go-algorithms `go-algorithms` - implemetation of different alghoritms and data structures with `golang`. -usage +Usage ----- 1. Clone `https://github.com/0xAX/go-algorithms.git` repo, it must be in your `$GOPATH`. @@ -12,7 +12,7 @@ usage 3. Execute `go build bubble_sort.go` and `./bubble_sort` -alghoritms +Alghoritms ---------- #### Sorting @@ -44,7 +44,7 @@ alghoritms * gcd -contribution +Contribution ------------ * Fork [go-algorithms](https://github.com/0xAX/go-algorithms); @@ -52,7 +52,7 @@ contribution * Send pull request; * Thank you. -author +Author ------ -[@0xAX](https://twitter.com/0xAX) \ No newline at end of file +[@0xAX](https://twitter.com/0xAX)