aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2022-11-11 20:43:18 -0300
committerMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2022-11-11 20:43:18 -0300
commit5e074041ae83906ca2407ac2fd2f3f80d9df2e2a (patch)
tree4f98966327c67e5e3de2b0b9e2f0dc68d8222093 /README.md
parent34494d9b96cc620d2b5c8d18d807ec6b4eafd14d (diff)
docs: fix typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 346c272..90eca6c 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ To compile and run all the exercises:
golings verify
```
-## Learnign resources
+## Learning resources
* [Golang official tutorial](https://go.dev/doc/tutorial/)
* [Go by example](https://gobyexample.com)