From aa43716322cdb13b5c97420e4cbd826a0d9708db Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Mon, 8 Mar 2021 16:16:22 -0500 Subject: Removed extra 'the' --- content/posts/how-to-generate-a-vanity-algorand-address/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/posts/how-to-generate-a-vanity-algorand-address/index.md b/content/posts/how-to-generate-a-vanity-algorand-address/index.md index 3e7f195..e5a2ff3 100644 --- a/content/posts/how-to-generate-a-vanity-algorand-address/index.md +++ b/content/posts/how-to-generate-a-vanity-algorand-address/index.md @@ -54,7 +54,7 @@ To run this program, you must have Go installed on your machine. I will assume you have it installed for this post. If you need help installing it, you can reach out to me, and I will try to help you get set up. -You can install the this by running the following command, which should automatically build and install the dependencies. +You can install this by running the following command, which should automatically build and install the dependencies. ``` $ go install git.robbyzambito.me/Zambyte/vawg/v2@latest -- cgit