diff options
author | Robby Zambito <contact@robbyzambito.me> | 2021-03-08 16:16:22 -0500 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2021-03-08 16:16:22 -0500 |
commit | aa43716322cdb13b5c97420e4cbd826a0d9708db (patch) | |
tree | 97f36805c9a4ced0e62dee777dbb6afead07bb03 /content/posts/how-to-generate-a-vanity-algorand-address | |
parent | f2f73585ce805449855a66d08c665f8655724278 (diff) |
Removed extra 'the'
Diffstat (limited to 'content/posts/how-to-generate-a-vanity-algorand-address')
-rw-r--r-- | content/posts/how-to-generate-a-vanity-algorand-address/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |