From b420e0867bc1a8932786acc31ff3976ee778eb62 Mon Sep 17 00:00:00 2001 From: HusseinAdeiza Date: Tue, 12 May 2026 15:18:52 +0100 Subject: [PATCH] docs: fix duplicate 'a' typo in README Fixed duplicate word in Nigiri description. Changed 'fire up a a Bitcoin' to 'fire up a Bitcoin' Location: README.md line 268 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a03b18..b3b38ab 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,7 @@ **Blockchain Diagram. Credit: [Hackernoon on Pinterest](https://www.pinterest.com/pin/442830575854162363/)** -[Nigiri](https://github.com/vulpemventures/nigiri/) is a CLI to quickly fire up a a Bitcoin regtest box along with Electrs and Esplora. Includes faucet and push commands. +[Nigiri](https://github.com/vulpemventures/nigiri/) is a CLI to quickly fire up a Bitcoin regtest box along with Electrs and Esplora. Includes faucet and push commands. [Nigiri in Travis](https://github.com/vulpemventures/nigiri-travis) -is a Travis template for adding Nigiri to your Travis (or Github Action) pipeline.