From 23ad4278de417219db3b215ee00fd9d9af8b0642 Mon Sep 17 00:00:00 2001 From: CrashOverride Date: Sun, 2 May 2021 11:02:13 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0281949..a74a3aa 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This is the reference code for [CryptoNote](https://cryptonote.org) cryptocurren ### First step. Give a name to your coin -**Good name must be unique.** Check uniqueness with [google](http://google.com) and [Map of Coins](mapofcoins.com) or any other similar service. +**Good name must be unique.** Check uniqueness with [google](http://google.com) and [Map of Coins](https://mapofcoins.com/bitcoin) or any other similar service. Name must be specified twice: @@ -238,4 +238,4 @@ cmake -G "Visual Studio 12 Win64" .. ``` And then do Build. -Good luck! \ No newline at end of file +Good luck!