From faa9bb36be19648d36277b81aac156d797068625 Mon Sep 17 00:00:00 2001 From: Lena Garber <114949949+lgarber-akamai@users.noreply.github.com> Date: Fri, 15 Dec 2023 16:19:31 -0500 Subject: [PATCH] Fix typo in README (#25) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18ccbb9..3d5f3d2 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ go get github.com/linode/go-metadata ### Basic Example -The follow sample shows a simple Go project that initializes a new metadata client and retrieves various information +The following sample shows a simple Go project that initializes a new metadata client and retrieves various information about the current Linode. ```go