From 07dbc73912295916c0c656a54f4cf96c790c6ac8 Mon Sep 17 00:00:00 2001 From: John Amadeo Daniswara Date: Wed, 29 Oct 2025 10:24:24 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1667816..9444b7f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Intro (for people new to Go) +# Intro (for people new to Golang) - Check out [A Tour of Go](https://tour.golang.org/welcome/1) to learn Go syntax - Download Go [Downloads](https://golang.org/dl/) - Walk through [How to Write Go Code](https://golang.org/doc/code.html) to learn how to fetch, build, and install Go code on your local machine