From f2f73585ce805449855a66d08c665f8655724278 Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Mon, 1 Mar 2021 10:09:31 -0500 Subject: Fixed typo --- content/posts/how-to-generate-a-vanity-algorand-address/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/posts/how-to-generate-a-vanity-algorand-address') 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 30aba55..3e7f195 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 @@ -7,8 +7,8 @@ tags: [free-software, internet, software, cryptocurrency, software-release] --- A vanity address is an address that has been generated such that it has some recognizable pattern. -For example, if you want to accept Algorand at your business, you could generate a wallet whose address resemblese or matches a portion of your business name. -Personally, I have an address which mathes my nickname, which is quite nice. +For example, if you want to accept Algorand at your business, you could generate a wallet whose address resembles or matches a portion of your business name. +Personally, I have an address which matches my nickname, which is quite nice. To generate addresses, I created this Go program (Repo can be found [here](https://git.robbyzambito.me/Zambyte/vawg)). -- cgit