From aa584220736cf52581c8d1361273a316594722c1 Mon Sep 17 00:00:00 2001 From: Sandwich <299465+dskvr@users.noreply.github.com> Date: Tue, 17 Sep 2024 01:36:43 +0200 Subject: [PATCH] Fix typos --- README.md | 58 +++++++++++++++++++++++++++---------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 7e9aabb..e8b3ddb 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ _untested_ const tags = [ "#t", "introduction"] const pubkey = "e771af0b05c8e95fcdf6feb3500544d2fb1ccd384788e9f490bb3ee28e8ed66f" - //set options for miner + //set options for notemine const difficulty = 21 const numberOfWorkers = 7 @@ -56,7 +56,7 @@ _untested_ //you can also set content, tags and pubkey via assessors after initialization. notemine.pubkey = pubkey - //start miner + //start notemine notemine.mine() ``` @@ -77,26 +77,26 @@ notemine.progress$