From df23b9be102377f12790f077d00a18979906aa02 Mon Sep 17 00:00:00 2001 From: Phani Rithvij Date: Sat, 7 Dec 2024 22:24:05 +0530 Subject: [PATCH] fix typo (#5512) closes #5511 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f4b84ad..b5626e82 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ _Tools for building blockchains._ - [gosemble](https://github.com/LimeChain/gosemble) - A Go-based framework for building Polkadot/Substrate-compatible runtimes. - [gossamer](https://github.com/ChainSafe/gossamer) - A Go implementation of the Polkadot Host. - [kubo](https://github.com/ipfs/kubo) - A blockchain framework implemented in Go. It provides content-addressable storage which can be used for decentralized storage in DApps. It is based on the IPFS protocol. -- [lnd](https://github.com/lightningnetwork/lnd) - A complete implementation of a Lighting Network node. +- [lnd](https://github.com/lightningnetwork/lnd) - A complete implementation of a Lightning Network node. - [solana-go](https://github.com/gagliardetto/solana-go) - Go library to interface with Solana JSON RPC and WebSocket interfaces. - [tendermint](https://github.com/tendermint/tendermint) - High-performance middleware for transforming a state machine written in any programming language into a Byzantine Fault Tolerant replicated state machine using the Tendermint consensus and blockchain protocols.