From d204d231fd72a9bfcb2f62e662f0eb641ed95be9 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sat, 11 Jan 2025 23:57:11 -0800 Subject: [PATCH] Update tagline. --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf6e8c0..2bcd8f4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ SPDX-License-Identifier: GPL-3.0-or-later --> # nano-pow +_Proof-of-work generation and validation with WebGPU/WebGL for Nano cryptocurrency._ + NanoPow uses WebGPU to generate proof-of-work nonces meeting the requirements of the Nano cryptocurrency. WebGPU is cutting edge technology, so for browsers which do not yet support it, a WebGL 2.0 implementation is also included. diff --git a/package.json b/package.json index 570dae9..bf55310 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nano-pow", "version": "1.0.0", - "description": "Proof-of-work generation with WebGPU/WebGL for Nano cryptocurrency.", + "description": "Proof-of-work generation and validation with WebGPU/WebGL for Nano cryptocurrency.", "keywords": [ "nemo", "nano", -- 2.34.1