From 949ae41fe88ca46f7c79e68f84795ac620e55f95 Mon Sep 17 00:00:00 2001 From: tired <176238023+TiredFromTelehack@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:16:27 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3b14fc8..f17ddf4 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ This bash script implements a Proof of Work (PoW) algorithm using the Argon2 has - [Features](#features) - [Requirements](#requirements) - [Usage](#usage) -- [Script Details](#script-details) -- [License](#license) ## Features @@ -32,8 +30,8 @@ You can install these utilities on Debian/Ubuntu-based systems with: sudo apt-get install argon2 xxd bc ``` ```bash -git clone https://github.com/TiredFromTelehack/proof-of-work.git -cd proof-of-work +git clone https://github.com/TiredFromTelehack/proof-of-work-solver.git +cd proof-of-work-solver ``` ```bash chmod +x proof_of_work.sh