From 7b03408f90ce7ee0dc57036d9dec014f495fc8da Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Sun, 4 Sep 2016 00:00:26 +0100 Subject: [PATCH] Make small fixes to README Fix some small typos. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ad0f21..b2e0346 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ go-algorithms ============= -`go-algorithms` - implemetation of different alghoritms and data structures with `golang`. +`go-algorithms` - implementation of different algorithms and data structures with `golang`. Usage ----- @@ -12,7 +12,7 @@ Usage 3. Execute `go build bubble_sort.go` and `./bubble_sort` -Alghoritms +Algorithms ---------- #### Sorting @@ -40,7 +40,7 @@ Alghoritms * stack * queue -#### Algorithms +#### Numerical * gcd