summaryrefslogtreecommitdiff
path: root/content/posts
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2021-03-01 10:09:31 -0500
committerRobby Zambito <contact@robbyzambito.me>2021-03-01 10:09:31 -0500
commitf2f73585ce805449855a66d08c665f8655724278 (patch)
treea8109b611a3204e3e56fc0296f5440518b878a80 /content/posts
parent4b30f6e1e1a38be23a4c6beb145d99d0347b2206 (diff)
Fixed typo
Diffstat (limited to 'content/posts')
-rw-r--r--content/posts/how-to-generate-a-vanity-algorand-address/index.md4
1 files changed, 2 insertions, 2 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 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)).